diff --git a/common/vsprops/BaseProperties.props b/common/vsprops/BaseProperties.props index fd701baf63..f3ed2ea2ff 100644 --- a/common/vsprops/BaseProperties.props +++ b/common/vsprops/BaseProperties.props @@ -29,7 +29,7 @@ "$(SolutionDir)common\vsprops\preBuild.cmd" - $(SolutionDir);$(SolutionDir)\3rdparty\wxwidgets3.0\include;%(AdditionalIncludeDirectories) + $(SolutionDir);%(AdditionalIncludeDirectories) \ No newline at end of file diff --git a/common/vsprops/CommonLibrary.props b/common/vsprops/CommonLibrary.props index 8aa3b8bf69..6482406c45 100644 --- a/common/vsprops/CommonLibrary.props +++ b/common/vsprops/CommonLibrary.props @@ -7,7 +7,7 @@ - $(SolutionDir);$(SolutionDir)\3rdparty\wxwidgets3.0\include;$(SolutionDir)\3rdparty;%(AdditionalIncludeDirectories) + $(SolutionDir);$(SolutionDir)\3rdparty;%(AdditionalIncludeDirectories) __WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) _ARCH_64=1;%(PreprocessorDefinitions) 16Bytes