]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/defsext.h
removed erraneously-added file
[wxWidgets.git] / samples / stc / defsext.h
index eb55caf94a7a8ef57840315cc7608459e8364cd7..ec8391c423c3d4b22f97b9b62217936b91c90e12 100644 (file)
 // 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
 
 
 //============================================================================
 // declarations
 //============================================================================
 
-#define DEFAULT_LANGUAGE _("<default>")
+#define DEFAULT_LANGUAGE "<default>"
 
 #define PAGE_COMMON _("Common")
 #define PAGE_LANGUAGES _("Languages")
@@ -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_