summaryrefslogtreecommitdiff
path: root/Bus/Ivy
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:03:22 +0000
committerfcolin2007-02-01 13:03:22 +0000
commit8481145fcaa2a08b6e27acde09948aa32d96e5f6 (patch)
treeb04f7b65b2ba74a7f9eb689014624bbd929e689e /Bus/Ivy
parent2af280d07e7154df569f42f45eff2c3796a1bbf5 (diff)
downloadivy-cplusplus-8481145fcaa2a08b6e27acde09948aa32d96e5f6.zip
ivy-cplusplus-8481145fcaa2a08b6e27acde09948aa32d96e5f6.tar.gz
ivy-cplusplus-8481145fcaa2a08b6e27acde09948aa32d96e5f6.tar.bz2
ivy-cplusplus-8481145fcaa2a08b6e27acde09948aa32d96e5f6.tar.xz
Utilisateur : Fcolin Date : 16/11/05 Heure : 9:54 Archivé dans $/Bus/Ivy Commentaire: 64 bits ports (vss 12)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r--Bus/Ivy/IvySynchroWnd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvySynchroWnd.cxx b/Bus/Ivy/IvySynchroWnd.cxx
index 18c4c43..9df473a 100644
--- a/Bus/Ivy/IvySynchroWnd.cxx
+++ b/Bus/Ivy/IvySynchroWnd.cxx
@@ -139,7 +139,7 @@ void IvySynchronousMessageCallback::OnMessage(IvyApplication *app, int argc, con
#ifdef UNDER_CE
param->argv[i] = _strdup( argv[i]);
#else
- param->argv[i] = strdup( argv[i]);
+ param->argv[i] = _strdup( argv[i]);
#endif
}
// TRACE( "IvySynchronousMessageCallback::OnMessage msg count %d\n",wParam);