From b559ec3076676e68139d51b9ae5374f31b94a4e1 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期五, 28 六月 2024 09:30:59 +0800 Subject: [PATCH] update message proc and edit proc --- jrj/xframe/system/base.hpp | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/system/base.hpp b/jrj/xframe/system/base.hpp index 37bf966..13c9185 100644 --- a/jrj/xframe/system/base.hpp +++ b/jrj/xframe/system/base.hpp @@ -56,12 +56,22 @@ typedef UINT_PTR WPARAM; typedef LONG_PTR LPARAM; typedef LONG_PTR LRESULT; -typedef char BYTE; +typedef unsigned char BYTE; typedef unsigned short ushort; typedef unsigned long DWORD; typedef DWORD COLORREF; +typedef unsigned short WORD; +typedef unsigned int UINT; +typedef char CHAR; +typedef wchar_t WCHAR; +typedef void* HANDLE; +typedef const char* LPCSTR; +typedef void* LPVOID; +typedef DWORD* LPDWORD; +typedef const void* LPCVOID; + struct SYSTEMTIME { ushort wYear; ushort wMonth; -- Gitblit v1.9.3