]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / msw / dde.cpp
index ad4f8174a2d4a21d127ad4680aa4b1c9b0aef94b..8986ce0e567985be371aca9f2b4613f816d37e15 100644 (file)
 #define _EXPORT _export
 #endif
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxDDEServer, wxServerBase)
 IMPLEMENT_DYNAMIC_CLASS(wxDDEClient, wxClientBase)
 IMPLEMENT_CLASS(wxDDEConnection, wxConnectionBase)
-#endif
 
 static wxDDEConnection *DDEFindConnection(HCONV hConv);
 static void DDEDeleteConnection(HCONV hConv);