![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
00001 #if defined(X360__) 00002 #elif defined (_WIN32) 00003 #include <WinSock2.h> 00004 #include <windows.h> 00005 #include <Ws2tcpip.h> 00006 00007 // Must always include Winsock2.h before windows.h 00008 // or else: 00009 // winsock2.h(99) : error C2011: 'fd_set' : 'struct' type redefinition 00010 // winsock2.h(134) : warning C4005: 'FD_SET' : macro redefinition 00011 // winsock.h(83) : see previous definition of 'FD_SET' 00012 // winsock2.h(143) : error C2011: 'timeval' : 'struct' type redefinition 00013 // winsock2.h(199) : error C2011: 'hostent' : 'struct' type redefinition 00014 // winsock2.h(212) : error C2011: 'netent' : 'struct' type redefinition 00015 // winsock2.h(219) : error C2011: 'servent' : 'struct' type redefinition 00016 00017 #endif
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.