]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wfstream.cpp
Compile fix for sound without threads. Not sure
[wxWidgets.git] / src / common / wfstream.cpp
index 0a115182aad6be6b089c05af4ce3c92275d54f32..086022626645255f96ddbeedaef1c3d30c3f02d9 100644 (file)
@@ -6,10 +6,10 @@
 // Created:     11/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "wfstream.h"
 #endif