Fixed: Warning with VC++ 2015

--HG--
branch : develop
This commit is contained in:
kervala 2016-12-04 17:04:38 +01:00
parent aef84bea6d
commit 7203a23706

View file

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