Init for processing prefs tree xml.

This commit is contained in:
smeredith%netscape.com 2001-12-18 18:48:20 +00:00
parent b416a0d515
commit 89f1f8932c

View File

@ -20,6 +20,7 @@ int main(int argc, char *argv[])
CString che_path;
CString che_file;
CoInitialize(NULL);
if(argc == 3)
{
@ -86,6 +87,7 @@ int main(int argc, char *argv[])
"or \"ibengine.exe -u <your_config_file_path>\"\n");
return 1;
}
CoUninitialize();
return 0;
}