Network support added to Linux build.

This commit is contained in:
pcem_emulator 2017-08-08 21:59:53 +01:00
commit 24c552ca38
7 changed files with 244 additions and 83 deletions

View file

@ -1,5 +1,7 @@
#ifdef _WIN32
#include <windows.h>
#include <winsock2.h>
#endif
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>