]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/palette.cpp
Made funcs extern...
[wxWidgets.git] / src / mgl / palette.cpp
index 0253f5a0ff9c9917782856a727d7a6e0b30b7416..efc4791921015d6345d3ba7a3d76396ef8af6e11 100644 (file)
@@ -3,12 +3,12 @@
 // Author:      Vaclav Slavik
 // Created:     2001/03/11
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "palette.h"
 #endif