Revert "win: Add a timeout for the startblit function"
This reverts commit 3b357348b0
.
This commit is contained in:
@@ -847,10 +847,7 @@ LPARAM win_get_string(int id)
|
|||||||
void /* plat_ */
|
void /* plat_ */
|
||||||
startblit(void)
|
startblit(void)
|
||||||
{
|
{
|
||||||
DWORD ret = WaitForSingleObject(ghMutex, 1000);
|
WaitForSingleObject(ghMutex, INFINITE);
|
||||||
|
|
||||||
if(ret == WAIT_TIMEOUT)
|
|
||||||
fatal("The blit mutex has timed out.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user