]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridsel.cpp
rtti api mods added
[wxWidgets.git] / src / generic / gridsel.cpp
index bac2f8950bd93ff17fa08dcea3d7f98d3c4cce35..8fcdcde92fe9671fac5b4938bea9d1cfce05f28f 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "gridsel.h"
 #endif
 
@@ -30,7 +30,7 @@
     #pragma hdrstop
 #endif
 
-#if defined(wxUSE_NEW_GRID) && (wxUSE_NEW_GRID)
+#if wxUSE_GRID
 
 #include "wx/generic/gridsel.h"
 
@@ -1083,3 +1083,4 @@ int wxGridSelection::BlockContain( int topRow1, int leftCol1,
 }
 
 #endif
+