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:
Vadim Zeitlin 2007-07-09 13:18:32 +00:00
parent 5732efaa91
commit 033bf67c3c

View File

@ -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__