]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
WXDLLEXPORT added to wxPendingList
[wxWidgets.git] / src / msw / dialog.cpp
index 44919fc74ca2fa5e57a02b7bb4f107339587172d..af8ad17747895acf791c5095da56cca3f9e90dbc 100644 (file)
@@ -41,7 +41,7 @@
 // for modal dialogs
 wxList wxModalDialogs;
 wxList wxModelessWindows;  // Frames and modeless dialogs
-extern wxList wxPendingDelete;
+extern wxList WXDLLEXPORT wxPendingDelete;
 
 #if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxDialog, wxPanel)