]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
wxMac doesn't need UseNativeStatusBar hack
[wxWidgets.git] / include / wx / msw / private.h
index 3cda5809f9d459a5f88bf5c9bc5fee4f2bf16024..e4ef38d0d2cf9f87a0a486f34de171521807d468 100644 (file)
@@ -494,10 +494,10 @@ WXDLLIMPEXP_DATA_BASE(extern HINSTANCE) wxhInstance;
 
 extern "C"
 {
-    WXDLLEXPORT HINSTANCE wxGetInstance();
+    WXDLLIMPEXP_BASE HINSTANCE wxGetInstance();
 }
 
-WXDLLEXPORT void wxSetInstance(HINSTANCE hInst);
+WXDLLIMPEXP_BASE void wxSetInstance(HINSTANCE hInst);
 
 #if wxUSE_GUI