1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

remove PostMessage call

This commit is contained in:
FunkyFr3sh 2023-08-23 18:27:45 +02:00
parent 37ce86839e
commit b14b219be7

View File

@ -549,7 +549,6 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
}
ReleaseSemaphore(g_ddraw->render.sem, 1, NULL);
PostMessageA(g_ddraw->hwnd, WM_D3D9DEVICELOST, 0, 0);
}
else
{