Skip to content

Commit 1bff3d5

Browse files
committed
DBG: fixed runtime error
1 parent a7f010f commit 1bff3d5

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/dbg/x64_dbg_dbg.vcxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -39,6 +39,7 @@
3939
<ClCompile Include="debugger_commands.cpp" />
4040
<ClCompile Include="disasm_fast.cpp" />
4141
<ClCompile Include="disasm_helper.cpp" />
42+
<ClCompile Include="enumhandles.cpp" />
4243
<ClCompile Include="error.cpp" />
4344
<ClCompile Include="exception.cpp" />
4445
<ClCompile Include="exceptiondirectoryanalysis.cpp" />
@@ -383,4 +384,4 @@
383384
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
384385
<ImportGroup Label="ExtensionTargets">
385386
</ImportGroup>
386-
</Project>
387+
</Project>

src/dbg/x64_dbg_dbg.vcxproj.filters

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="Source Files">
@@ -302,6 +302,9 @@
302302
<ClCompile Include="mnemonichelp.cpp">
303303
<Filter>Source Files\Information</Filter>
304304
</ClCompile>
305+
<ClCompile Include="enumhandles.cpp">
306+
<Filter>Source Files\Information</Filter>
307+
</ClCompile>
305308
</ItemGroup>
306309
<ItemGroup>
307310
<ClInclude Include="x64_dbg.h">
@@ -665,4 +668,4 @@
665668
<Filter>Header Files\Information</Filter>
666669
</ClInclude>
667670
</ItemGroup>
668-
</Project>
671+
</Project>

0 commit comments

Comments
 (0)