fixed dll import specification of wxGetHInstance()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-10-02 16:21:38 +00:00
parent 57e075e99a
commit ebb97a41da

View 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