X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..6edf791ccb033485ade9e96d64ee39e093c1b865:/include/wx/dde.h diff --git a/include/wx/dde.h b/include/wx/dde.h index 03a7665b1c..a1fc0644f0 100644 --- a/include/wx/dde.h +++ b/include/wx/dde.h @@ -1,6 +1,17 @@ #ifndef _WX_DDE_H_BASE_ #define _WX_DDE_H_BASE_ +#include "wx/list.h" + +class wxDDEClient; +class wxDDEServer; +class wxDDEConnection; + +WX_DECLARE_EXPORTED_LIST(wxDDEClient, wxDDEClientList); +WX_DECLARE_EXPORTED_LIST(wxDDEServer, wxDDEServerList); +WX_DECLARE_EXPORTED_LIST(wxDDEConnection, wxDDEConnectionList); + + #if defined(__WXMSW__) #include "wx/msw/dde.h" #elif defined(__WXMOTIF__)