]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/longlong.cpp
don't define functions unused under CE when compiling for it (avoids warnings)
[wxWidgets.git] / src / common / longlong.cpp
index 9265a4e803213134f3ad7d2b35ae2dc097bb3e78..4b08f13d6678e0f1d63b6bf2f0cd790708095a92 100644 (file)
@@ -15,7 +15,7 @@
 // headers
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "longlong.h"
 #endif