From 73f8caf26b747bf889b18f2020064e96265cea0b Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 11:06:53 -0500 Subject: [PATCH] more predefined --- Doxyfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index fb01b3b..19b8c67 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1421,7 +1421,8 @@ INCLUDE_FILE_PATTERNS = # undefined via #undef or recursively expanded use the := operator # instead of the = operator. -PREDEFINED = WIN32 +PREDEFINED = WIN32 \ + _WIN32 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded.