Merge pull request #351 from ChancellorIkseew/windows-build-fix

Windows build bug fix
This commit is contained in:
MihailRis 2024-11-06 17:33:58 +03:00 committed by GitHub
commit 5b35c25ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@
#ifdef _WIN32
#include <Windows.h>
#pragma comment(lib, "winmm.lib")
void platform::configure_encoding() {
// set utf-8 encoding to console output