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