Skip to content

Commit 0ec2f41

Browse files
committed
Merge branch 'user/pablo/multimock' of https://github.com/microsoft/libHttpClient into user/pablo/multimock
2 parents fb980d4 + 414b24a commit 0ec2f41

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
@@ -374,6 +374,10 @@ typedef struct _LIST_ENTRY {
374374
#define _Deref_out_opt_
375375
#endif
376376

377+
#ifndef _Writable_elements_
378+
#define _Writable_elements_(size)
379+
#endif
380+
377381
#ifndef __analysis_assume
378382
#define __analysis_assume(condition)
379383
#endif

0 commit comments

Comments
 (0)