]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
eliminate possibility of configure enabling gnomeprint with GTK3
[wxWidgets.git] / samples / stc / stctest.cpp
index 93eb644522023e4208b4c4320d8aad4b4ff1facd..8db40419ef015d8be9011995e39fa520a8ed4446 100644 (file)
@@ -44,7 +44,7 @@
 //----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif
 
@@ -79,7 +79,7 @@ wxString *g_appname = NULL;
 
 //! global print data, to remember settings during the session
 wxPrintData *g_printData = (wxPrintData*) NULL;
-wxPageSetupData *g_pageSetupData = (wxPageSetupData*) NULL;
+wxPageSetupDialogData *g_pageSetupData = (wxPageSetupDialogData*) NULL;
 
 #endif // wxUSE_PRINTING_ARCHITECTURE