]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gdiimage.h
Borland apparently uses for int64 in printf(), not
[wxWidgets.git] / include / wx / msw / gdiimage.h
index 68d36488eb1b20eef33425bbd87def4eeee2a144..3bf601dda4c06f0cb507e5ea7048b9e8b3f7cfb7 100644 (file)
@@ -21,6 +21,8 @@
 #endif
 
 #include "wx/gdiobj.h"          // base class
+#include "wx/gdicmn.h"          // wxBITMAP_TYPE_INVALID
+#include "wx/list.h"
 
 class WXDLLEXPORT wxGDIImageRefData;
 class WXDLLEXPORT wxGDIImageHandler;
@@ -178,7 +180,7 @@ public:
 
     // forward some of base class virtuals to wxGDIImageRefData
     bool FreeResource(bool force = FALSE);
-    virtual WXHANDLE GetResourceHandle();
+    virtual WXHANDLE GetResourceHandle() const;
 
 protected:
     // create the data for the derived class here