]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/process.cpp
Fixed Digital Mars compilation; Cosmetic cleanup.
[wxWidgets.git] / src / common / process.cpp
index cffb5f85693ff86c36c5c83073429cb02ece5f02..6e6a931c2f4626d9d78c5cc64fe3f96b7f3b20da 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "process.h"
 #endif