#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"
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