]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/accel.h
1. added support for bitmaps with alpha channel
[wxWidgets.git] / include / wx / msw / accel.h
index 7d07af2c57a9167db2ae4589605841e4e4b963c9..116d4cd59819417614ae9be0798195e8ec211ac6 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_ACCEL_H_
 #define _WX_ACCEL_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "accel.h"
 #endif
 
@@ -47,7 +47,7 @@ public:
     void SetHACCEL(WXHACCEL hAccel);
     WXHACCEL GetHACCEL() const;
 
-    // translate the accelerator, return TRUE if done
+    // translate the accelerator, return true if done
     bool Translate(wxWindow *window, WXMSG *msg) const;
 
 private: