]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdproc.h
fixed wxImage->wxBitmap conversion for images with alpha channel
[wxWidgets.git] / include / wx / cmdproc.h
index 9baf2338c2a31c937c719e1b631fe17a94c812c1..a7a55806e90842a7bdf3763122e75fdae4b3b486 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     05.11.00
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CMDPROC_H_
 #define _WX_CMDPROC_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "cmdproc.h"
 #endif