]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gdiimage.h
use wxSTRINGIZE instead of redefining a special STRINGIZE in this file
[wxWidgets.git] / include / wx / msw / gdiimage.h
index a58afe00fc74d783baa06d90c11a33dc38009406..8db767023a77e69b3d24e1358e583a945f755572 100644 (file)
 #ifndef _WX_MSW_GDIIMAGE_H_
 #define _WX_MSW_GDIIMAGE_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "gdiimage.h"
-#endif
-
 #include "wx/gdiobj.h"          // base class
 #include "wx/gdicmn.h"          // wxBITMAP_TYPE_INVALID
 #include "wx/list.h"
@@ -108,7 +104,7 @@ public:
 
     // real handler operations: to implement in derived classes
     virtual bool Create(wxGDIImage *image,
-                        void *data,
+                        const void* data,
                         long flags,
                         int width, int height, int depth = 1) = 0;
     virtual bool Load(wxGDIImage *image,