]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/uuid.h
moved wxEntry(HINSTANCE, ...) declaration to wx/msw/app.h from wx/app.h
[wxWidgets.git] / include / wx / msw / ole / uuid.h
index b70672d3e314bdbb3f2540f935bc12aaa519ecb3..c194a4e4174c9392a5da1742ecd8b460e07f6989 100644 (file)
@@ -14,7 +14,7 @@
 #ifndef   _WX_OLEUUID_H
 #define   _WX_OLEUUID_H
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "uuid.h"
 #endif
 #include "wx/wxchar.h"
@@ -32,8 +32,6 @@
       unsigned short  Data3;
       unsigned char   Data4[8];
     } UUID;                     // UUID = GUID = CLSID = LIBID = IID
-  #else   // WIN16
-    #error "Don't know about UUIDs on this platform"
   #endif  // WIN32
 #endif  // UUID_DEFINED