From 3c2935ab1cb1fc0de54ab8ba388b85ce93fffcf6 Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期一, 08 七月 2024 18:06:01 +0800
Subject: [PATCH] update total

---
 jrj/xframe/kobject/kutil.hpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/jrj/xframe/kobject/kutil.hpp b/jrj/xframe/kobject/kutil.hpp
index d35c695..3dfc512 100644
--- a/jrj/xframe/kobject/kutil.hpp
+++ b/jrj/xframe/kobject/kutil.hpp
@@ -1,9 +1,11 @@
 #pragma once
 #include "kbase.hpp"
 
-
+#ifdef _XWIN
 typedef struct HICON__{}*HICON;
 typedef HICON HCURSOR;
+#endif
+
 namespace Hxsoft{ namespace XFrame
 {
 	class IXFUtil

--
Gitblit v1.9.3