]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/printdlg.h
Always use XPMs in this sample
[wxWidgets.git] / include / wx / mac / printdlg.h
index d17e9599bb8bd35d08c402264a13c9e5899d7c14..6bb45dad2f485963b446df36e0b6a77918eb88f5 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_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "printdlg.h"
 #endif