unapplied part of Dimitri's patch at his request
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -734,7 +734,7 @@ _DDECallback(WORD wType,
|
||||
0);
|
||||
DdeFreeDataHandle(hData);
|
||||
if ( connection->OnExecute(connection->m_topicName,
|
||||
(wxChar *) connection->m_bufPtr,
|
||||
connection->m_bufPtr,
|
||||
(int)len,
|
||||
(wxIPCFormat) wFmt) )
|
||||
{
|
||||
@@ -874,7 +874,7 @@ _DDECallback(WORD wType,
|
||||
DdeFreeDataHandle(hData);
|
||||
if ( connection->OnAdvise(connection->m_topicName,
|
||||
item_name,
|
||||
(wxChar *) connection->m_bufPtr,
|
||||
connection->m_bufPtr,
|
||||
(int)len,
|
||||
(wxIPCFormat) wFmt) )
|
||||
{
|
||||
|
Reference in New Issue
Block a user