mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
cleanup
This commit is contained in:
@@ -844,7 +844,7 @@ typedef UINT_PTR LPARAM;
|
||||
#define MAKELONG(low, high) ((DWORD)(((WORD)(low)) | (((DWORD)((WORD)(high))) << NR_BITS_WORD)))
|
||||
|
||||
/**
|
||||
* \var typedef DWORD RGBCOLOR
|
||||
* \var typedef DWORD32 RGBCOLOR
|
||||
* \brief A type definition for a RGB color.
|
||||
*/
|
||||
typedef DWORD32 RGBCOLOR;
|
||||
|
||||
Reference in New Issue
Block a user