This commit is contained in:
Vincent Wei
2020-01-15 18:34:34 +08:00
parent d4e066cbc9
commit 7fad5d2752

View File

@@ -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;