mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Init for processing prefs tree xml.
This commit is contained in:
parent
b416a0d515
commit
89f1f8932c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user