X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d162a7ee7d6bab3d0c714b865806377aeb5d0d9e..be7a101366995b7b7bb76e3d5b1e7dd8fc9a1af8:/include/wx/dde.h diff --git a/include/wx/dde.h b/include/wx/dde.h index 15d70578b4..a1fc0644f0 100644 --- a/include/wx/dde.h +++ b/include/wx/dde.h @@ -7,9 +7,9 @@ class wxDDEClient; class wxDDEServer; class wxDDEConnection; -WX_DECLARE_LIST(wxDDEClient, wxDDEClientList); -WX_DECLARE_LIST(wxDDEServer, wxDDEServerList); -WX_DECLARE_LIST(wxDDEConnection, wxDDEConnectionList); +WX_DECLARE_EXPORTED_LIST(wxDDEClient, wxDDEClientList); +WX_DECLARE_EXPORTED_LIST(wxDDEServer, wxDDEServerList); +WX_DECLARE_EXPORTED_LIST(wxDDEConnection, wxDDEConnectionList); #if defined(__WXMSW__)