]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
Only define wxIntegerHash::longlongHash when long long isn't long
[wxWidgets.git] / include / wx / msw / statbmp.h
index 692ad05f6f195e9a97d6273c8cf9afa6f1df8eb4..780e5e4a1519752d5a3e9d68dc6718b53bbd1368 100644 (file)
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "statbmp.h"
-#endif
-
 #include "wx/control.h"
 #include "wx/icon.h"
 #include "wx/bitmap.h"
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxStaticBitmapNameStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxStaticBitmapNameStr;
 
 // a control showing an icon or a bitmap
 class WXDLLEXPORT wxStaticBitmap : public wxStaticBitmapBase