From f3d6ac18589700d7f0f302336ec8dba49105d680 Mon Sep 17 00:00:00 2001 From: Luca Beltrami Date: Thu, 14 May 2026 16:16:00 -0700 Subject: [PATCH] add _Writable_elements_ to the list of sal annotations in pal.h --- Include/httpClient/pal.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Include/httpClient/pal.h b/Include/httpClient/pal.h index 0c3c4f7e..bd3e65e7 100644 --- a/Include/httpClient/pal.h +++ b/Include/httpClient/pal.h @@ -374,6 +374,10 @@ typedef struct _LIST_ENTRY { #define _Deref_out_opt_ #endif +#ifndef _Writable_elements_ +#define _Writable_elements_(size) +#endif + #ifndef __analysis_assume #define __analysis_assume(condition) #endif