]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/dcscreen.h
Allow an app to call SetFont on a PS DC without assertion
[wxWidgets.git] / include / wx / mac / dcscreen.h
index e04b450f69941e8ce90f5ac3e2da5dfc90f3a923..ab83b3761893ef69a803ea99622a46dd7c25e3b1 100644 (file)
@@ -1,18 +1,18 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        dcscreen.h
 // Purpose:     wxScreenDC class
-// 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_DCSCREEN_H_
 #define _WX_DCSCREEN_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "dcscreen.h"
 #endif