]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/print.h
Applied FreeBSD patch
[wxWidgets.git] / include / wx / print.h
index 0eeee4fe6aff764e470525190579c5c55b16267e..5d7c7a4f60c8f546c20332632a53182e6f690e86 100644 (file)
@@ -1,7 +1,7 @@
-#ifndef __PRINTH_BASE__
-#define __PRINTH_BASE__
+#ifndef _WX_PRINT_H_BASE_
+#define _WX_PRINT_H_BASE_
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/printwin.h"
 
 #ifndef wxPrinter
 
 #ifndef wxPrinter
 #define wxPrinter wxPostScriptPrinter
+#define sm_classwxPrinter sm_classwxPostScriptPrinter
 #endif
 #ifndef wxPrintPreview
 #define wxPrintPreview wxPostScriptPrintPreview
+#define sm_classwxPrintPreview sm_classwxPostScriptPrintPreview
 #endif
 
 #endif
 
 
 #endif
-    // __PRINTH_BASE__
+    // _WX_PRINT_H_BASE_