This commit is contained in:
blueloveTH 2023-09-23 00:15:20 +08:00
parent b093a273f1
commit 2a7f503890

View File

@ -61,8 +61,8 @@ static int f_input(pkpy_vm* vm){
int main(int argc, char** argv){ int main(int argc, char** argv){
#if _WIN32 #if _WIN32
SetConsoleCP(CP_UTF8); SetConsoleCP(CP_UTF8);
SetConsoleOutputCP(CP_UTF8); SetConsoleOutputCP(CP_UTF8);
#endif #endif
pkpy_vm* vm = pkpy_new_vm(true); pkpy_vm* vm = pkpy_new_vm(true);