]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynload.h
Incremented preview number, reswigged a couple things
[wxWidgets.git] / include / wx / dynload.h
index 8aaa926807d81a31332993fb4a900c550f766be6..11462250d63f570f816da81aa26958b70a900cc0 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_DYNAMICLOADER_H__
 #define _WX_DYNAMICLOADER_H__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "dynload.h"
 #endif