diff --git a/include/stdex/compat.hpp b/include/stdex/compat.hpp index d4c60a1c0..26e689df7 100644 --- a/include/stdex/compat.hpp +++ b/include/stdex/compat.hpp @@ -109,6 +109,9 @@ #ifndef _Out_writes_opt_ #define _Out_writes_opt_(p) #endif +#ifndef _Out_writes_all_opt_ +#define _Out_writes_all_opt_(p) +#endif #ifndef _Out_writes_opt_z_ #define _Out_writes_opt_z_(p) #endif