Skip to content

Commit af7c7ad

Browse files
committed
fixup!
1 parent 10da44e commit af7c7ad

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

cutils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ extern "C" {
103103
/* Borrowed from Folly */
104104
#ifndef JS_PRINTF_FORMAT
105105
#ifdef _MSC_VER
106-
#ifdef _USE_ATTRIBUTES_FOR_SAL
107-
#undef _USE_ATTRIBUTES_FOR_SAL
108-
#endif
109-
#define _USE_ATTRIBUTES_FOR_SAL 1
110106
#include <sal.h>
111107
#define JS_PRINTF_FORMAT _Printf_format_string_
112108
#define JS_PRINTF_FORMAT_ATTR(format_param, dots_param)

quickjs.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ extern "C" {
4848
/* Borrowed from Folly */
4949
#ifndef JS_PRINTF_FORMAT
5050
#ifdef _MSC_VER
51-
#ifdef _USE_ATTRIBUTES_FOR_SAL
52-
#undef _USE_ATTRIBUTES_FOR_SAL
53-
#endif
54-
#define _USE_ATTRIBUTES_FOR_SAL 1
5551
#include <sal.h>
5652
#define JS_PRINTF_FORMAT _Printf_format_string_
5753
#define JS_PRINTF_FORMAT_ATTR(format_param, dots_param)

0 commit comments

Comments
 (0)