diff ad9956.c @ 263:8d9a4c5eb7a4

Fixes to make last changes working in CVI
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 16 Jun 2015 17:19:15 +0200
parents ebbe0f198322
children
line wrap: on
line diff
--- a/ad9956.c	Tue Jun 16 17:16:11 2015 +0200
+++ b/ad9956.c	Tue Jun 16 17:19:15 2015 +0200
@@ -21,11 +21,6 @@
 	char buffer[256];
 	uint64 value;
 
-#ifdef _CVI_
-	WSADATA wsdata;
-	WSAStartup(MAKEWORD(2,2), &wsdata);	
-#endif
-
 	d->sock = xsocket(hostname, 1234);
 	d->profile = 0;
 	d->clock = clock;