From f21d3025657b28756d6dd9ae7fc11622c09c6e4b Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Mon, 16 Mar 2026 18:49:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84Windows=E5=B9=B3=E5=8F=B0=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=8C=85=E5=90=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 清理main.c中已不再需要的条件编译头文件引入,简化代码结构。 --- src/main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main.c b/src/main.c index 47cadca..77ef73c 100644 --- a/src/main.c +++ b/src/main.c @@ -8,11 +8,6 @@ #include "registry.h" #include "callbacks.h" -#ifdef _WIN32 -#include -#include -#endif - // 全局控件定义 Ihandle *dlg, *list_path, *lbl_status; Ihandle *btn_new, *btn_edit, *btn_browse, *btn_del, *btn_up, *btn_down;