]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/bitmap.h
Added GetRect to region iterator; cured window.cpp problem for BC++
[wxWidgets.git] / include / wx / msw / bitmap.h
index 200f9705eece6031f638827dc078bd924e6a5cf3..2f01821ed74846a1090cf734e8e4d7d8198eb6a3 100644 (file)
@@ -130,7 +130,7 @@ public:
   // Initialize with raw data
   wxBitmap(const char bits[], int width, int height, int depth = 1);
 
-#if USE_XPM_IN_MSW
+#if wxUSE_XPM_IN_MSW
   class wxItem;
   // Initialize with XPM data
   wxBitmap(const char **data, wxItem *anItem = NULL);