int WSAStartup(
  __in   WORD wVersionRequested,
  __out  LPWSADATA lpWSAData
);
 
Ws2_32.lib 링크 옵션에 추가
AND