Replaced UNIT_TESTING ifdef with _MSC_VER
This commit is contained in:
parent
62ccda5677
commit
36c838c0e2
|
@ -161,7 +161,7 @@ public:
|
|||
|
||||
void check();
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
#ifndef _MSC_VER
|
||||
private:
|
||||
#endif
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ public:
|
|||
*/
|
||||
std::map<std::string, ClassInfo> _classInfoList;
|
||||
|
||||
#ifndef UNIT_TESTING
|
||||
#ifndef _MSC_VER
|
||||
private:
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="testrunner"
|
||||
ProjectGUID="{ABA515EF-1C57-4980-8E40-2C937D212C9D}"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -39,7 +39,6 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
PreprocessorDefinitions="UNIT_TESTING"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
|
@ -111,7 +110,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="UNIT_TESTING"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
|
|
Loading…
Reference in New Issue