From 7fad5d275220cbf180ea3fee4b5979e6875e73b6 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Wed, 15 Jan 2020 18:34:34 +0800 Subject: [PATCH] cleanup --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 2c7cdd07..01aca9e4 100644 --- a/include/common.h +++ b/include/common.h @@ -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;