File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2284,15 +2284,15 @@ ENABLE_PREPROCESSING = YES
2284
2284
# The default value is: NO.
2285
2285
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2286
2286
2287
- MACRO_EXPANSION = NO
2287
+ MACRO_EXPANSION = YES
2288
2288
2289
2289
# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
2290
2290
# the macro expansion is limited to the macros specified with the PREDEFINED and
2291
2291
# EXPAND_AS_DEFINED tags.
2292
2292
# The default value is: NO.
2293
2293
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2294
2294
2295
- EXPAND_ONLY_PREDEF = NO
2295
+ EXPAND_ONLY_PREDEF = YES
2296
2296
2297
2297
# If the SEARCH_INCLUDES tag is set to YES, the include files in the
2298
2298
# INCLUDE_PATH will be searched if a #include is found.
@@ -2325,7 +2325,8 @@ INCLUDE_FILE_PATTERNS =
2325
2325
# recursively expanded use the := operator instead of the = operator.
2326
2326
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
2327
2327
2328
- PREDEFINED =
2328
+ PREDEFINED += AWS_CRT_SOFT_DEPRECATED(x)=
2329
+ PREDEFINED += AWS_CRT_CPP_API=
2329
2330
2330
2331
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
2331
2332
# tag can be used to specify a list of macro names that should be expanded. The
You can’t perform that action at this time.
0 commit comments