Main: update log.
This commit is contained in:
parent
a5a8db289a
commit
05611d59b1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int main(int argc, char** argv) {
|
||||||
Utility::Error e{Utility::Debug::defaultOutput()};
|
Utility::Error e{Utility::Debug::defaultOutput()};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Utility::Debug{} << "===M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION "===";
|
Utility::Debug{} << "M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION;
|
||||||
|
|
||||||
auto mutex_handle = CreateMutexW(nullptr, 0, L"MassBuilderSaveTool");
|
auto mutex_handle = CreateMutexW(nullptr, 0, L"MassBuilderSaveTool");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue