]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/busyinfo.cpp
fill up the gauge when Update(maximum) is called
[wxWidgets.git] / src / generic / busyinfo.cpp
index ad0bd8af6b57c92b3efd799a30ed0b83eee61d3e..b262aa3dce22e91ef2528b61b4ab654367f3401e 100644 (file)
@@ -3,10 +3,10 @@
 // Purpose:     Information window when app is busy
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
-// Licence:     wxWindows Licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "busyinfo.h"
 #endif