From: Vadim Zeitlin Date: Sat, 2 Oct 2004 16:21:38 +0000 (+0000) Subject: fixed dll import specification of wxGetHInstance() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ebb97a41da74f94885e67f502619dcd6a9f9d272?ds=inline fixed dll import specification of wxGetHInstance() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/gsockmsw.cpp b/src/msw/gsockmsw.cpp index c9e25fd2f1..937b39039b 100644 --- a/src/msw/gsockmsw.cpp +++ b/src/msw/gsockmsw.cpp @@ -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