fix building by owc12: GetLongPathName() is available since Win2K only

This commit is contained in:
Igor Sysoev 2010-07-05 12:47:35 +00:00
parent 497c13774d
commit ee37271a0f

View File

@ -9,7 +9,7 @@
#define WIN32 0x0400
#define _WIN32_WINNT 0x0400
#define _WIN32_WINNT 0x0500
#define STRICT