LiFan
2025-02-13 03ef0b51103c735077c784c7df81ae2bcc1599ab
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);
}}