Commit 96edcde6 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

include/wingdi.h: Define R2_LAST.

parent 6b1256b2
......@@ -392,6 +392,7 @@ DECL_WINELIB_TYPE_AW(LOGCOLORSPACE)
#define R2_MERGEPENNOT 14
#define R2_MERGEPEN 15
#define R2_WHITE 16
#define R2_LAST 16
#define MAKEROP4(fore,back) (DWORD)((((back)<<8)&0xFF000000)|(fore))
......
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