From ae6b836b82f8ddc8f49e9ba6edf5b17ec478ceee Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:59 +0000 Subject: Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Ivy Commentaire: win CE compile not finished (vss 4) --- Ivy/IvyDllMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ivy') diff --git a/Ivy/IvyDllMain.cpp b/Ivy/IvyDllMain.cpp index a94616f..554df47 100644 --- a/Ivy/IvyDllMain.cpp +++ b/Ivy/IvyDllMain.cpp @@ -20,7 +20,7 @@ BOOL APIENTRY DllMain(HANDLE hInstance, WSADATA wsaData; int err; - wVersionRequested = MAKEWORD( 2, 2 ); + wVersionRequested = MAKEWORD( 2, 0 ); err = WSAStartup( wVersionRequested, &wsaData ); if ( err != 0 ) { -- cgit v1.1