added missing WXDLLIMPEXP_CORE for wxGetDisplay() for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5732efaa91
commit
033bf67c3c
@ -686,7 +686,7 @@ void WXDLLEXPORT wxGetMousePosition( int* x, int* y );
|
||||
#if defined(__X__) || defined(__WXGTK__)
|
||||
|
||||
#ifdef __WXGTK__
|
||||
void *wxGetDisplay();
|
||||
WXDLLIMPEXP_CORE void *wxGetDisplay();
|
||||
#endif
|
||||
|
||||
#ifdef __X__
|
||||
|
Loading…
Reference in New Issue
Block a user