xj qian
2025-02-17 7d3d2bf67895c4d809ca8641fe36925a4e288849
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
@@ -28,4 +30,9 @@
namespace Hxsoft { namespace XUtil{
   LPTSTR FormatDecimalString(LPTSTR  str, LPTSTR format, bool& bfree);
   LPTSTR ToXmlTextAndStartSpace(LPCTSTR str);
   LPTSTR ToHtmlTextAndStartSpace(LPCTSTR str);
   LPTSTR ToXmlText(LPCTSTR str);
   LPTSTR ToHtmlText(LPCTSTR str);
   LPTSTR UnXMLText(LPCTSTR str);
}}