Avoid msvc8 warnings.

pull/216/head
castano 15 years ago
parent 3df9aff396
commit 3f036a11a6

@ -4,6 +4,7 @@
#include <nvcore/nvcore.h>
#if NV_OS_WIN32
#define _CRT_NONSTDC_NO_WARNINGS // _chdir is defined deprecated, but that's a bug, chdir is deprecated, _chdir is *not*.
//#include <shlwapi.h> // PathFileExists
#include <windows.h> // GetFileAttributes
#include <direct.h> // _mkdir

Loading…
Cancel
Save