]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbmp.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / statbmp.cpp
index 07f6dfe1a9cb6ee30a8b148d1f7f754771400b78..a2a8698bfbcf74a7fff873a626d206333ab0abb7 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ---------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "statbmp.h"
 #endif
 
 
 IMPLEMENT_DYNAMIC_CLASS(wxStaticBitmap, wxControl)
 
+/*
+       TODO PROPERTIES :
+               bitmap
+*/
+
 // ===========================================================================
 // implementation
 // ===========================================================================