]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/printdlg.h
Added some standard further identifiers to help with WinCE toolbars
[wxWidgets.git] / include / wx / mac / printdlg.h
index 1c6eb915cb1577c4e08b52440659ec3eb77a9f61..28d35819464f2b11f839f5d4e84e8579380de348 100644 (file)
@@ -3,18 +3,18 @@
 // Purpose:     wxPrintDialog, wxPageSetupDialog classes.
 //              Use generic, PostScript version if no
 //              platform-specific implementation.
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:    wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_PRINTDLG_H_
 #define _WX_PRINTDLG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "printdlg.h"
 #endif