Skip to content

Commit fbafd2f

Browse files
authored
fix Invalid switch - "" Error (#53)
1 parent 34342be commit fbafd2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/configGenerator_build.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ void ConfigGenerator::buildReplaceValues(
486486
DefaultValuesList& replaceValues, string& header, DefaultValuesList& replaceValuesASM)
487487
{
488488
header = "#ifdef _WIN32\n\
489+
# define WIN32_LEAN_AND_MEAN\n\
489490
# include <sdkddkver.h>\n\
490491
# include <winapifamily.h>\n\
491492
#endif";

0 commit comments

Comments
 (0)