]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/icon.cpp
fixed (rare but fatal) bug in wxWindowDisabler
[wxWidgets.git] / src / mac / icon.cpp
index 537165343e72e87a96ec2bf6ac7b8bbd81daf955..2fb0616ba868dd7be6f3d61460c6c464f2489fed 100644 (file)
@@ -15,9 +15,7 @@
 
 #include "wx/icon.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxBitmap)
-#endif
 
 /*
  * Icons
@@ -114,4 +112,4 @@ bool  wxICONResourceHandler::LoadFile(wxBitmap *bitmap, const wxString& name, lo
                return TRUE ;
        }
        return FALSE ;
-}
\ No newline at end of file
+}