9 lines
117 B
C++
9 lines
117 B
C++
![]() |
#include <winsock2.h>
|
||
|
#include <windows.h>
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
WSAPOLLFD pfd = { INVALID_SOCKET, 0, 0 };
|
||
|
return 0;
|
||
|
}
|