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:
Simon Rozman 2025-05-26 16:00:27 +02:00
parent be273d4263
commit bed22e7fa5

View File

@ -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)