File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2059,15 +2059,15 @@ ENABLE_PREPROCESSING = YES
20592059# The default value is: NO.
20602060# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20612061
2062- MACRO_EXPANSION = NO
2062+ MACRO_EXPANSION = YES
20632063
20642064# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
20652065# the macro expansion is limited to the macros specified with the PREDEFINED and
20662066# EXPAND_AS_DEFINED tags.
20672067# The default value is: NO.
20682068# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
20692069
2070- EXPAND_ONLY_PREDEF = NO
2070+ EXPAND_ONLY_PREDEF = YES
20712071
20722072# If the SEARCH_INCLUDES tag is set to YES, the include files in the
20732073# INCLUDE_PATH will be searched if a #include is found.
@@ -2099,7 +2099,7 @@ INCLUDE_FILE_PATTERNS =
20992099# recursively expanded use the := operator instead of the = operator.
21002100# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
21012101
2102- PREDEFINED =
2102+ PREDEFINED = VMA_CALL_PRE= VMA_CALL_POST=
21032103
21042104# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
21052105# 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