]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/dde.h
1 #ifndef _WX_DDE_H_BASE_
2 #define _WX_DDE_H_BASE_
10 WX_DECLARE_USER_EXPORTED_LIST(wxDDEClient
, wxDDEClientList
, WXDLLIMPEXP_BASE
);
11 WX_DECLARE_USER_EXPORTED_LIST(wxDDEServer
, wxDDEServerList
, WXDLLIMPEXP_BASE
);
12 WX_DECLARE_USER_EXPORTED_LIST(wxDDEConnection
, wxDDEConnectionList
, WXDLLIMPEXP_BASE
);
14 #if defined(__WXMSW__)
15 #include "wx/msw/dde.h"
17 #error DDE is only supported on MSW