compat: add _Acquires_lock_
It is not exactly needed by stdex, but we have such a nice collection of the MSVC SAL here already. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
be273d4263
commit
bed22e7fa5
@ -162,6 +162,10 @@
|
||||
#define _Null_terminated_
|
||||
#endif
|
||||
|
||||
#ifndef _Acquires_lock_
|
||||
#define _Acquires_lock_(l)
|
||||
#endif
|
||||
|
||||
#ifndef _L
|
||||
#define __L(x) L ## x
|
||||
#define _L(x) __L(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user