mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[PSDK]
Start rewrite sal.h This will drop support for WDK's prefast, since it's impossible to maintain both sal version 1 and 2 and the old stuff is quite unreliable anyway. Only MSVC 11+ analyze with attributes for SAL will work. abragin: "\o/ for throwing away some legacy" ;-) svn path=/trunk/; revision=57932
This commit is contained in:
+1010
-948
File diff suppressed because it is too large
Load Diff
@@ -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