]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dde.h
Check for and allow zero length files
[wxWidgets.git] / include / wx / dde.h
index 15d70578b4a2ad36f06b27d4b5953087a64598be..a1fc0644f0a73b6d9b113f29f0e9e32de1bc0293 100644 (file)
@@ -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__)