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:
parent
57e075e99a
commit
ebb97a41da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user