Fixed: Warning with VC++ 2015

This commit is contained in:
kervala 2016-12-04 17:04:38 +01:00
parent f91c328261
commit 038fbf0ea8

View file

@ -23,7 +23,9 @@
# include <tchar.h>
# include <imagehlp.h>
# pragma comment(lib, "imagehlp.lib")
# ifndef getcwd
# define getcwd(_a, _b) (_getcwd(_a,_b))
# endif
# ifdef NL_OS_WIN64
# define DWORD_TYPE DWORD64
# else