mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
10 lines
457 B
Text
10 lines
457 B
Text
// Hint files help the Visual Studio IDE interpret Visual C++ identifiers
|
|
// such as names of functions and macros.
|
|
// For more information see https://go.microsoft.com/fwlink/?linkid=865984
|
|
#define _Inout_ _SAL2_Source_(_Inout_, (), _Prepost_valid_)
|
|
#define _Inout_
|
|
#define _In_ _SAL2_Source_(_In_, (), _Pre1_impl_(__notnull_impl_notref) _Pre_valid_impl_ _Deref_pre1_impl_(__readaccess_impl_notref))
|
|
#define _In_
|
|
#define STATIC
|
|
#define VOID
|
|
#define INLINE
|