]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dde.h
added wxHtmlWindow::LoadFile
[wxWidgets.git] / include / wx / dde.h
index 03a7665b1c21d276fb39148da0248d7a5071dc72..15d70578b4a2ad36f06b27d4b5953087a64598be 100644 (file)
@@ -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__)