]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/colordlg.h
added some trivial macros for exception handling
[wxWidgets.git] / include / wx / mac / colordlg.h
index 556c2f316ece1005c4d505096f083ec23ba1cf46..443ba6fd685e722d3e29d66f0bf96908e99d7fd5 100644 (file)
@@ -2,18 +2,18 @@
 // Name:        colordlg.h
 // Purpose:     wxColourDialog class. Use generic 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_COLORDLG_H_
 #define _WX_COLORDLG_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "colordlg.h"
 #endif