]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
Add GtkSortableIface stubs
[wxWidgets.git] / src / msw / dde.cpp
index 547f67b7670c3a20252ffbc5e48322390273978b..c9f1b2735e956edc6304c531b5e618809c42c0b2 100644 (file)
@@ -30,9 +30,9 @@
     #include "wx/utils.h"
     #include "wx/app.h"
     #include "wx/hashmap.h"
+    #include "wx/module.h"
 #endif
 
-#include "wx/module.h"
 #include "wx/dde.h"
 #include "wx/intl.h"
 
@@ -978,7 +978,7 @@ static HSZ DDEAtomFromString(const wxString& s)
 {
     wxASSERT_MSG( DDEIdInst, _T("DDE not initialized") );
 
-    HSZ hsz = DdeCreateStringHandle(DDEIdInst, (wxChar*) s.c_str(), DDE_CP);
+    HSZ hsz = DdeCreateStringHandle(DDEIdInst, (wxChar*)s.wx_str(), DDE_CP);
     if ( !hsz )
     {
         DDELogError(_("Failed to create DDE string"));