]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/bitmap.h
remove wxWINT_T_IS_TYPEDEF as it seems wint_t is always a typedef (although it can...
[wxWidgets.git] / include / wx / gtk / bitmap.h
index e84582519ecc1a1c5c979e5f8f8f3f48ca7ad2c5..e2dc786c5b2eceea3d041cc8212f679fd4093027 100644 (file)
@@ -54,7 +54,7 @@ public:
     wxBitmap( int width, int height, int depth = -1 );
     wxBitmap( const char bits[], int width, int height, int depth = 1 );
     wxBitmap( const char* const* bits );
-#if defined (__GNUC__) && __GNUC__ < 3
+#ifdef wxNEEDS_CHARPP
     // needed for old GCC
     wxBitmap(char** data)
     {