fix: _DEBUG not being defined in debug mode
This commit is contained in:
@@ -83,6 +83,9 @@
|
|||||||
<Link>
|
<Link>
|
||||||
<EntryPointSymbol>DriverEntry</EntryPointSymbol>
|
<EntryPointSymbol>DriverEntry</EntryPointSymbol>
|
||||||
</Link>
|
</Link>
|
||||||
|
<ClCompile>
|
||||||
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||||
|
</ClCompile>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<DriverSign>
|
<DriverSign>
|
||||||
|
|||||||
Reference in New Issue
Block a user