]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/data.cpp
no message
[wxWidgets.git] / src / stubs / data.cpp
index ae2895408bc2179e97f6c5a82beafa451e21c95c..6245f1607cb15557eac2ab398a05be6d1a621819 100644 (file)
@@ -127,11 +127,11 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error";
 const char *wxFloatToStringStr = "%.2f";
 const char *wxDoubleToStringStr = "%.2f";
 
-#if USE_POSTSCRIPT
+#if wxUSE_POSTSCRIPT
 wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL;
 #endif
 
-#if USE_SHARED_LIBRARY
+#if wxUSE_SHARED_LIBRARY
 ///// Event tables (also must be in one, statically-linked file for shared libraries)
 
 // This is the base, wxEvtHandler 'bootstrap' code which is expanded manually here