Tools/VMaps: Fix build issue on VS2017

This commit is contained in:
Aokromes
2017-11-19 18:01:01 +01:00
parent 108f5b16de
commit 7b1168e127

View File

@@ -23,7 +23,7 @@
#include <list>
#include <errno.h>
#ifdef WIN32
#ifdef _WIN32
#include <Windows.h>
#include <sys/stat.h>
#include <direct.h>