]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Fixed bug in wxGrid::DrawAllGridLines that was causing crashes
[wxWidgets.git] / setup.h.in
index d8794ffd777863a50a4b193387ee0107efc48c9c..6c9afc72b10ff8ebc7e2d8f9fd7173075be26abc 100644 (file)
 /* Define if lex declares yytext as a char * by default, not a char[].  */
 #undef YYTEXT_POINTER
 
+/* Define this if your version of GTK+ is greater than 1.2 */
 #undef __WXGTK12__
 
+/* Define this if your version of GTK+ is greater than 1.3 */
+#undef __WXGTK13__
+
 /*
  * Define to 1 for Unix[-like] system
  */
  */
 #define wxUSE_TOOLBAR_SIMPLE 0
 
-#if defined(__WXWINE__) || defined(__GNUWIN32__)
+#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
 #define wxUSE_OWNER_DRAWN 1 
   #if wxUSE_TOOLBAR
     #define wxUSE_BUTTONBAR 1