Fix build (2nd try)

svn path=/trunk/; revision=57930
This commit is contained in:
Timo Kreuzer 2012-12-16 16:48:31 +00:00
parent fbda55d1d5
commit 03cb1310ee

View file

@ -32,7 +32,7 @@ void _tsplitpath(const _TCHAR* path, _TCHAR* drive, _TCHAR* dir, _TCHAR* fname,
}
#endif
_Analysis_assume_(path != 0);
//_Analysis_assume_(path != 0);
#if WINVER == 0x600
/* Skip '\\?\' prefix */