summaryrefslogtreecommitdiff
path: root/Bus/Ivy/IvyDllMain.cpp
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:01:59 +0000
committerfcolin2007-02-01 13:01:59 +0000
commit37614ff976996e8363f98d62fad343fb234071b3 (patch)
treef9f7dc55c682f41f814140c5e3babdac1e91ec76 /Bus/Ivy/IvyDllMain.cpp
parentc9e7ad849ec84cb3566dc94acece6cd2fe446c94 (diff)
downloadivy-cplusplus-37614ff976996e8363f98d62fad343fb234071b3.zip
ivy-cplusplus-37614ff976996e8363f98d62fad343fb234071b3.tar.gz
ivy-cplusplus-37614ff976996e8363f98d62fad343fb234071b3.tar.bz2
ivy-cplusplus-37614ff976996e8363f98d62fad343fb234071b3.tar.xz
Utilisateur : Fcolin Date : 2/02/01 Heure : 18:30 Archivé dans $/Ivy Commentaire: win CE compile not finished (vss 4)
Diffstat (limited to 'Bus/Ivy/IvyDllMain.cpp')
-rw-r--r--Bus/Ivy/IvyDllMain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/IvyDllMain.cpp b/Bus/Ivy/IvyDllMain.cpp
index a94616f..554df47 100644
--- a/Bus/Ivy/IvyDllMain.cpp
+++ b/Bus/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 ) {