]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/ole/uuid.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / ole / uuid.cpp
index 65f125f6ab74a6bb6de93caa001a5458834f251e..87bdd0cc0892032d19c101ee6e7ee7e63d0d17e8 100644 (file)
@@ -13,7 +13,7 @@
 // Declarations
 // ============================================================================
 
 // Declarations
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "uuid.h"
 #endif
 
 #pragma implementation "uuid.h"
 #endif
 
@@ -30,7 +30,7 @@
 
 // standard headers
 #if wxCHECK_W32API_VERSION( 1, 0 )
 
 // standard headers
 #if wxCHECK_W32API_VERSION( 1, 0 )
-    #include <windows.h>
+    #include "wx/msw/wrapwin.h"
 #endif
 #include  <rpc.h>                       // UUID related functions
 
 #endif
 #include  <rpc.h>                       // UUID related functions