From 2a7f5038906ac17434092b4574049df221852845 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 23 Sep 2023 00:15:20 +0800 Subject: [PATCH] ... --- src2/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src2/main.cpp b/src2/main.cpp index 11f9c847..7802be15 100644 --- a/src2/main.cpp +++ b/src2/main.cpp @@ -61,8 +61,8 @@ static int f_input(pkpy_vm* vm){ int main(int argc, char** argv){ #if _WIN32 - SetConsoleCP(CP_UTF8); - SetConsoleOutputCP(CP_UTF8); + SetConsoleCP(CP_UTF8); + SetConsoleOutputCP(CP_UTF8); #endif pkpy_vm* vm = pkpy_new_vm(true);