mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: Warning with VC++ 2015
This commit is contained in:
parent
f91c328261
commit
038fbf0ea8
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@
|
||||||
# include <tchar.h>
|
# include <tchar.h>
|
||||||
# include <imagehlp.h>
|
# include <imagehlp.h>
|
||||||
# pragma comment(lib, "imagehlp.lib")
|
# 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
|
# ifdef NL_OS_WIN64
|
||||||
# define DWORD_TYPE DWORD64
|
# define DWORD_TYPE DWORD64
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in a new issue