Skip to content

Commit

Permalink
Clean up DbgEng code
Browse files Browse the repository at this point in the history
  • Loading branch information
elishacloud committed Oct 11, 2024
1 parent b9c5254 commit 0fc7091
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions DDrawCompat/v0.3.1/Dll/DllMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ namespace Compat32
}
//********** End Edit ***************

//Compat32::closeDbgEng();
Gdi::PresentationWindow::startThread();
Compat32::Log() << "Finished installing hooks";
isAlreadyInstalled = true;
Expand Down Expand Up @@ -226,7 +225,6 @@ namespace Compat32
Compat32::Log() << "Installing GDI hooks";
Gdi::installHooks();
}
//Compat32::closeDbgEng();
}
}
//********** End Edit ***************
Expand Down Expand Up @@ -316,7 +314,6 @@ namespace Compat32
Win32::MemoryManagement::installHooks();
Win32::MsgHooks::installHooks();
Time::init();
//Compat32::closeDbgEng();
}

//********** Begin Edit *************
Expand Down
2 changes: 0 additions & 2 deletions DDrawCompat/v0.3.1/Gdi/PresentationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ namespace
EnumWindows(initTopLevelWindow, 0);
}

//Compat32::closeDbgEng();

MSG msg = {};
while (GetMessage(&msg, nullptr, 0, 0))
{
Expand Down
2 changes: 1 addition & 1 deletion Dllmain/BuildNo.rc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define BUILD_NUMBER 7235
#define BUILD_NUMBER 7236

0 comments on commit 0fc7091

Please sign in to comment.