winpr: fix build on Linux

This commit is contained in:
Marc-André Moreau 2013-09-19 15:47:54 -04:00
parent e8a8c1cf7f
commit b9a3ff3c85

View File

@ -1288,6 +1288,8 @@
#undef _FILE_INFORMATION_CLASS
#undef FileDirectoryInformation
#endif
enum FILE_INFORMATION_CLASS
{
FileDirectoryInformation = 1,
@ -1332,7 +1334,7 @@ enum FILE_INFORMATION_CLASS
FileShortNameInformation
};
#else
#ifndef _WIN32
#define FILE_SUPERSEDE 0x00000000
#define FILE_OPEN 0x00000001