Cured memory leak report in wxDateTime; wxGLCanvas corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -415,6 +415,11 @@ WXHDC WXDLLEXPORT wxGetPrinterDC(const wxPrintData& printDataConst)
|
||||
// wxPrinterDC bit blitting/bitmap drawing
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
// Win16 doesn't define GDI_ERROR.
|
||||
#ifndef GDI_ERROR
|
||||
#define GDI_ERROR -1
|
||||
#endif
|
||||
|
||||
void wxPrinterDC::DoDrawBitmap(const wxBitmap &bmp,
|
||||
wxCoord x, wxCoord y,
|
||||
bool useMask)
|
||||
|
Reference in New Issue
Block a user