Skip to content

Commit

Permalink
removed bad fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pathtofile committed Nov 30, 2022
1 parent f2412b8 commit 31af91a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Source/Hamakaze/KDU.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
<UseDebugLibraries>true</UseDebugLibraries>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand All @@ -33,7 +32,6 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<SpectreMitigation>false</SpectreMitigation>
<UseOfMfc>Static</UseOfMfc>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -73,7 +71,6 @@
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>Advapi32.lib</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>$(ProjectDir)Utils\GenAsIo2Unlock .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
Expand Down Expand Up @@ -108,7 +105,6 @@
<UACExecutionLevel>RequireAdministrator</UACExecutionLevel>
<AdditionalOptions>/NOCOFFGRPINFO %(AdditionalOptions)</AdditionalOptions>
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
<AdditionalDependencies>Advapi32.lib</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>$(ProjectDir)Utils\GenAsIo2Unlock .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
Expand Down
2 changes: 1 addition & 1 deletion Source/Tanikaze/tanikaze.h
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ KDU_DB_ENTRY gProvEntry[] = {
extern "C" {
#endif

__declspec(dllexport) KDU_DB gProvTable = {
KDU_DB gProvTable = {
RTL_NUMBER_OF(gProvEntry),
gProvEntry
};
Expand Down

0 comments on commit 31af91a

Please sign in to comment.