add ifdef

This commit is contained in:
Glenn Maynard
2003-02-15 00:11:12 +00:00
parent 95a479f7ad
commit 5acd41ab22
+2
View File
@@ -214,7 +214,9 @@ static void RestoreAppPri()
if(!ChangeAppPri())
return;
#ifdef WIN32
SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
#endif
}
int main(int argc, char* argv[])