From e00d5a1575d26f8fec1be6fa8a844203cd66a24c Mon Sep 17 00:00:00 2001 From: Yao Chunli <56721587@qq.com> Date: 星期二, 21 六月 2022 16:11:11 +0800 Subject: [PATCH] edit input key --- MyLib/Utils.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MyLib/Utils.cpp b/MyLib/Utils.cpp index 0cbc2ac..059fc8f 100644 --- a/MyLib/Utils.cpp +++ b/MyLib/Utils.cpp @@ -1,4 +1,5 @@ -#include "StdAfx.h" +#include "pch.h" +//#include "StdAfx.h" #include "Utils.h" #include <list> #include <regex> -- Gitblit v1.9.1