fixed dll import specification of wxGetHInstance()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Oct 2004 16:21:38 +0000 (16:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Oct 2004 16:21:38 +0000 (16:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/gsockmsw.cpp

index c9e25fd2f1f38ce719100002938f8ba1f0ab6ccd..937b39039bca1af27f3c23a08c54e39ed8dd2c8a 100644 (file)
@@ -58,7 +58,7 @@
 #include "wx/msw/gsockmsw.h"
 #include "wx/gsocket.h"
 
-extern "C" HINSTANCE wxGetInstance(void);
+extern "C" WXDLLIMPEXP_BASE HINSTANCE wxGetInstance(void);
 #define INSTANCE wxGetInstance()
 
 #else