]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/gauge.cpp
Corrected wxFileSystemHandler::GetRightLocation for the case
[wxWidgets.git] / src / univ / gauge.cpp
index 68057bda658c7c64c32b2f3d1aaf52e407c1b710..c8ebbb2289d05a94aa64ecde5cef47649d0b2833 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     20.02.01
 // RCS-ID:      $Id$
-// Copyright:   (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// License:     wxWindows license
+// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "gaugeuniv.h"
 #endif