]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
Unicode compilation fix.
[wxWidgets.git] / include / wx / memory.h
index eebfc3890c14c3ea4af8ef0dccc25bf1a1c8bb06..e69b1b03bc230a62a2572cad80f1c0467ce13423 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_MEMORYH__
 #define _WX_MEMORYH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "memory.h"
 #endif