|
|
@ -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")
|
|
|
|
|
|
|
|
# ifndef getcwd
|
|
|
|
# define getcwd(_a, _b) (_getcwd(_a,_b))
|
|
|
|
# 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
|
|
|
|