From 3ae6fded83ac8ef5cec50b402ec046268329027f Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 17 七月 2024 20:56:30 +0800 Subject: [PATCH] update code --- 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