]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/icon.cpp
Added wxToggleButton handler
[wxWidgets.git] / src / msw / icon.cpp
index 6a7783ebf533d4d858fc30d005f2af39fea7c387..658c537e8867091d394176c2f622f7ed5fc62980 100644 (file)
@@ -17,7 +17,7 @@
 // headers
 // ----------------------------------------------------------------------------
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "icon.h"
 #endif
 
@@ -135,7 +135,7 @@ bool wxIcon::LoadFile(const wxString& filename,
     if ( !handler )
     {
         // say something?
-        return FALSE;
+        return false;
     }
 
     return handler->Load(this, filename, type, desiredWidth, desiredHeight);