Rename Utils to Ia32Utils

This commit is contained in:
Satoshi Tanda
2020-03-08 18:36:56 -07:00
parent cd56f77bc0
commit d19ea35db2
11 changed files with 30 additions and 18 deletions

View File

@@ -133,7 +133,7 @@
<ClInclude Include="Platform\Windows\WinLogger.h" />
<ClInclude Include="Platform\Windows\WinPlatform.h" />
<ClInclude Include="Public.h" />
<ClInclude Include="Utils.h" />
<ClInclude Include="Ia32Utils.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="ExtendedPageTables.c" />
@@ -165,7 +165,7 @@
<ClCompile Include="Platform\Windows\WinPlatform.c">
<ExcludedFromBuild Condition="'$(Configuration)'=='UEFI'">true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="Utils.c" />
<ClCompile Include="Ia32Utils.c" />
</ItemGroup>
<ItemGroup>
<None Include="AsmCommon.inc" />