File diff r2209:e40a090476da → r2210:ed1be54700ae
video/dedicated_v.c
Show inline comments
 
@@ -86,14 +86,14 @@ static void CreateWindowsConsoleThread(v
 
	if (hThread == NULL)
 
		error("Cannot create console thread!");
 

	
 
	DEBUG(misc, 0) ("Windows console thread started...");
 
	DEBUG(driver, 1) ("Windows console thread started...");
 
}
 

	
 
static void CloseWindowsConsoleThread(void)
 
{
 
	CloseHandle(hThread);
 
	CloseHandle(hEvent);
 
	DEBUG(misc, 0) ("Windows console thread shut down...");
 
	DEBUG(driver, 1) ("Windows console thread shut down...");
 
}
 

	
 
#endif
 
@@ -126,7 +126,7 @@ static const char *DedicatedVideoStart(c
 
	OS2_SwitchToConsoleMode();
 
#endif
 

	
 
	DEBUG(misc,0)("Loading dedicated server...");
 
	DEBUG(driver, 1)("Loading dedicated server...");
 
	return NULL;
 
}