]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/image.cpp
Updated the Remstar ODBC files, got the db sample compiling; added Freq and SubString
[wxWidgets.git] / src / common / image.cpp
index 142eed198a20634c6835b676b0be46e6c89c1921..148059fb992776b0d53c6a98341a15ac101cf9e2 100644 (file)
@@ -688,6 +688,9 @@ bool wxBMPHandler::LoadFile( wxImage *image, const wxString& name )
 #define BI_RGB       0
 #define BI_RLE8      1
 #define BI_RLE4      2
+#endif
+
+#ifndef BI_BITFIELDS
 #define BI_BITFIELDS 3
 #endif