Another ifdef (sigh)

This commit is contained in:
Daniel R. 2024-07-11 15:29:36 +02:00
parent a049bd3135
commit 1421f82bf5
No known key found for this signature in database
GPG Key ID: B8ADC8F57BA18DBA
1 changed files with 2 additions and 0 deletions

View File

@ -40,7 +40,9 @@ Emulator::Emulator()
Config::load(config_dir / "config.toml");
// Initialize NT API functions
#ifdef _WIN32
Common::NtApi::Initialize();
#endif
// Start logger.
Common::Log::Initialize();