*** empty log message ***

svn path=/trunk/boinc/; revision=9726
This commit is contained in:
Walt Gribben 2006-03-24 23:04:05 +00:00
parent 17e818b8bd
commit e5a7f17f99
1 changed files with 2 additions and 0 deletions

View File

@ -547,6 +547,7 @@ int main(int argc, char** argv) {
"Load failed: %s\n", windows_error_string( errmsg, sizeof(errmsg))
);
}
#endif
retval = check_unique_instance();
if (retval) {
@ -554,6 +555,7 @@ int main(int argc, char** argv) {
exit(1);
}
#ifdef _WIN32
// Figure out if we're on Win9x
OSVERSIONINFO osvi;
osvi.dwOSVersionInfoSize = sizeof(osvi);