[CRT]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 16 Dec 2012 16:48:31 +0000 (16:48 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 16 Dec 2012 16:48:31 +0000 (16:48 +0000)
Fix build (2nd try)

svn path=/trunk/; revision=57930

reactos/lib/sdk/crt/string/splitp.c

index 7500c92..5242d51 100644 (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 */