Fixed compiling.
This commit is contained in:
parent
209de0268a
commit
e21159d4a8
@ -196,7 +196,7 @@ void cRoot::Start(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
LOG("Startup complete, took %lld ms!", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - BeginTime).count());
|
||||
LOG("Startup complete, took %ld ms!", std::chrono::duration_cast<std::chrono::milliseconds>(std::chrono::steady_clock::now() - BeginTime).count());
|
||||
#ifdef _WIN32
|
||||
EnableMenuItem(hmenu, SC_CLOSE, MF_ENABLED); // Re-enable close button
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user