Merge pull request #351 from ChancellorIkseew/windows-build-fix
Windows build bug fix
This commit is contained in:
commit
5b35c25ac2
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user