X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..92b87be5188118209d22ec2f578203877e57e6be:/include/wx/print.h diff --git a/include/wx/print.h b/include/wx/print.h index e0d05230f4..5d7c7a4f60 100644 --- a/include/wx/print.h +++ b/include/wx/print.h @@ -1,5 +1,5 @@ -#ifndef __PRINTH_BASE__ -#define __PRINTH_BASE__ +#ifndef _WX_PRINT_H_BASE_ +#define _WX_PRINT_H_BASE_ #if defined(__WXMSW__) #include "wx/msw/printwin.h" @@ -16,13 +16,15 @@ #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_