Added a WXDLLEXPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
15db3cf513
commit
98243feda0
@ -877,7 +877,7 @@ public:
|
||||
|
||||
#if defined(__WXDEBUG__) && defined(__WXMSW__)
|
||||
// see comments in src/msw/dcclient.cpp where g_isPainting is defined
|
||||
extern int g_isPainting;
|
||||
extern WXDLLEXPORT int g_isPainting;
|
||||
#endif // debug
|
||||
|
||||
class WXDLLEXPORT wxPaintEvent : public wxEvent
|
||||
|
Loading…
Reference in New Issue
Block a user