Commit 9d2b879d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Fix typo in LR_VGACOLOR.

Needed to compile Tera Term.
parent 0d359fb8
......@@ -3132,7 +3132,7 @@ typedef struct tagTRACKMOUSEEVENT {
#define LR_LOADFROMFILE 0x0010
#define LR_LOADTRANSPARENT 0x0020
#define LR_DEFAULTSIZE 0x0040
#define LR_VGA_COLOR 0x0080
#define LR_VGACOLOR 0x0080
#define LR_LOADMAP3DCOLORS 0x1000
#define LR_CREATEDIBSECTION 0x2000
#define LR_COPYFROMRESOURCE 0x4000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment