]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/defsext.h
remove extraneous commas and semicolons (patch 1537792)
[wxWidgets.git] / samples / stc / defsext.h
index eb55caf94a7a8ef57840315cc7608459e8364cd7..e7428b7da5c0052c993667fa6b0c353ee8debab6 100644 (file)
@@ -15,9 +15,9 @@
 // headers
 //----------------------------------------------------------------------------
 
-//! wxWindows headers
-#include <wx/print.h>    // printing support
-#include <wx/printdlg.h> // printing dialog
+//! wxWidgets headers
+#include "wx/print.h"    // printing support
+#include "wx/printdlg.h" // printing dialog
 
 
 //============================================================================
@@ -96,9 +96,12 @@ enum {
 //! global application name
 extern wxString *g_appname;
 
+#if wxUSE_PRINTING_ARCHITECTURE
+
 //! global print data, to remember settings during the session
 extern wxPrintData *g_printData;
 extern wxPageSetupData *g_pageSetupData;
 
-#endif // _WX_DEFSEXT_H_
+#endif // wxUSE_PRINTING_ARCHITECTURE
 
+#endif // _WX_DEFSEXT_H_