]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dde.cpp
Add GtkSortableIface stubs
[wxWidgets.git] / src / msw / dde.cpp
index a7465a0dccfe43f9ee9f0344e8dc8c5985a9bd4b..c9f1b2735e956edc6304c531b5e618809c42c0b2 100644 (file)
@@ -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"));