]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/printmac.h
Open Watcom doesn't like typename, use class (patch 826812)
[wxWidgets.git] / include / wx / mac / printmac.h
index 6e155b947079f6255da8440405ca82af0991d8ea..c5eb4310262a4b33fcc077f7a7dd9f75f66d01af 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRINTWIN_H_
 #define _WX_PRINTWIN_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "printwin.h"
 #endif