LiFan
2024-07-05 9e409d6e1e2cb1d35cf26f3fd2bd9048c624280f
jrj/xframe/system/base.hpp
@@ -30,11 +30,14 @@
typedef const wchar_t* string;
#ifdef _XWIN
typedef long LONG;
typedef struct HWND__ {} * HWND;
typedef struct HMENU__ {} * HMENU;
typedef struct HDC__ {} * HDC;
typedef void *  HINSTANCE;
typedef struct HINSTANCE_ {}* HINSTANCE;
typedef struct HMODULE_ {}* HMODULE;
typedef short HFILE;
typedef wchar_t wchar;
typedef wchar* BSTR;
@@ -105,6 +108,8 @@
    LONG        cy;
} SIZE, *PSIZE, *LPSIZE;
#endif