mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CRT]
Fix build (2nd try) svn path=/trunk/; revision=57930
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user