]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/statline.cpp
new capture handling, can be turned off
[wxWidgets.git] / src / mac / carbon / statline.cpp
index dbc34aaa7328d5be69fad7b144ab130f7c962ac4..71db41eddd5d9c0f4bd78dd74e9fff53cd88fc6a 100644 (file)
@@ -5,7 +5,7 @@
 // Created:     28.06.99
 // Version:     $Id$
 // Copyright:   (c) 1998 Vadim Zeitlin
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -16,7 +16,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "statline.h"
 #endif