From fb1c66b394335e03e4c347a1c704bb10b8e100d1 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 7 Oct 2000 02:38:05 +0000 Subject: [PATCH] Added a WXDLLEXPORT git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/event.h b/include/wx/event.h index dfb0f59310..2468022efc 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -873,7 +873,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