fix: _DEBUG not being defined in debug mode

This commit is contained in:
2024-11-06 17:20:46 +01:00
parent 5823d40448
commit b289822461

View File

@@ -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>