X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..903972f99993e6f31a31b66d1866f6fc982a1c43:/include/wx/dde.h diff --git a/include/wx/dde.h b/include/wx/dde.h index 03a7665b1c..15d70578b4 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_LIST(wxDDEClient, wxDDEClientList); +WX_DECLARE_LIST(wxDDEServer, wxDDEServerList); +WX_DECLARE_LIST(wxDDEConnection, wxDDEConnectionList); + + #if defined(__WXMSW__) #include "wx/msw/dde.h" #elif defined(__WXMOTIF__)