]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/memory.h
fixed the channel order for Mac (alpha comes first)
[wxWidgets.git] / include / wx / memory.h
index eebfc3890c14c3ea4af8ef0dccc25bf1a1c8bb06..a647fce87e4329339edf071eccb92dda60d779e1 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     29/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998 Julian Smart
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_MEMORYH__
 #define _WX_MEMORYH__
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "memory.h"
 #endif