1 2 3 4 5 6 7 8
#include <winsock2.h> #include <windows.h> int main(void) { WSAPOLLFD pfd = { INVALID_SOCKET, 0, 0 }; return 0; }