Added support for MSVC14, plus added a MSVC Makefile.VS

This commit is contained in:
waltje
2018-03-26 17:46:16 -04:00
parent a4842ce468
commit 949e7ff61d
19 changed files with 3493 additions and 11 deletions

View File

@@ -49,6 +49,9 @@
#include <string.h>
#include <stdlib.h>
#include <wchar.h>
#ifdef _WIN32
# define WIN32
#endif
#include <pcap/pcap.h>
#include "../emu.h"
#include "../config.h"