This commit is contained in:
Glenn Maynard
2004-06-07 02:39:24 +00:00
parent 1063496711
commit d72e41227f
@@ -22,7 +22,7 @@ ArchHooks_Win32::ArchHooks_Win32()
* "drive not ready", etc. dialogs to pop up. */
SetErrorMode( SetErrorMode(0) | SEM_FAILCRITICALERRORS );
/* Windows boost priority on keyboard input, among other things. Disable that for
/* Windows boosts priority on keyboard input, among other things. Disable that for
* the main thread. */
SetThreadPriorityBoost( GetCurrentThread(), TRUE );
}