Revert "add experimental WH_GETMESSAGE hook"

This reverts commit dcc76a154d.
This commit is contained in:
FunkyFr3sh 2024-09-10 15:42:14 +02:00
parent c13aece3f6
commit 5af1d683d8
6 changed files with 264 additions and 179 deletions

View file

@ -13,7 +13,6 @@
#include "utils.h"
#include "versionhelpers.h"
#include "keyboard.h"
#include "mouse.h"
/* export for cncnet cnc games */
@ -141,7 +140,6 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
indeo_disable();
timeEndPeriod(1);
keyboard_hook_exit();
mouse_hook_exit();
dinput_hook_exit();
hook_exit();
break;