the final rename
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "platform.hpp"
|
||||
|
||||
#include "../typedefs.h"
|
||||
#include "../typedefs.hpp"
|
||||
|
||||
#include <sstream>
|
||||
#include <iomanip>
|
||||
@@ -10,11 +10,11 @@
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
|
||||
#include "./stringutil.h"
|
||||
#include "./stringutil.hpp"
|
||||
|
||||
void platform::configure_encoding() {
|
||||
// set utf-8 encoding to console output
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
// set utf-8 encoding to console output
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
setvbuf(stdout, nullptr, _IOFBF, 1000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user