File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2219,15 +2219,15 @@ ENABLE_PREPROCESSING = YES
22192219# The default value is: NO.
22202220# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22212221
2222- MACRO_EXPANSION = NO
2222+ MACRO_EXPANSION = YES
22232223
22242224# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
22252225# the macro expansion is limited to the macros specified with the PREDEFINED and
22262226# EXPAND_AS_DEFINED tags.
22272227# The default value is: NO.
22282228# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22292229
2230- EXPAND_ONLY_PREDEF = NO
2230+ EXPAND_ONLY_PREDEF = YES
22312231
22322232# If the SEARCH_INCLUDES tag is set to YES, the include files in the
22332233# INCLUDE_PATH will be searched if a #include is found.
@@ -2259,7 +2259,8 @@ INCLUDE_FILE_PATTERNS =
22592259# recursively expanded use the := operator instead of the = operator.
22602260# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
22612261
2262- PREDEFINED =
2262+ PREDEFINED += AWS_CRT_SOFT_DEPRECATED(x)=
2263+ PREDEFINED += AWS_CRT_CPP_API=
22632264
22642265# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
22652266# 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