Skip to content

Commit 19c5132

Browse files
committed
add _Writable_elements_ to the list of sal annotations in pal.h
1 parent fa35b7a commit 19c5132

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Include/httpClient/pal.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,10 @@ typedef struct _LIST_ENTRY {
377377
#define _Deref_out_opt_
378378
#endif
379379

380+
#ifndef _Writable_elements_
381+
#define _Writable_elements_(size)
382+
#endif
383+
380384
#ifndef __analysis_assume
381385
#define __analysis_assume(condition)
382386
#endif

0 commit comments

Comments
 (0)