blueloveTH 3 年之前
父節點
當前提交
cc84a01d4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/repl.h

+ 1 - 0
src/repl.h

@@ -7,6 +7,7 @@ namespace pkpy{
 
 #ifdef _WIN32
 
+#define WIN32_LEAN_AND_MEAN
 #include <Windows.h>
 
 inline std::string getline(bool* eof=nullptr) {