Network support added to Linux build.
This commit is contained in:
parent
7b081739bf
commit
24c552ca38
7 changed files with 244 additions and 83 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue