include/wingdi.h: Define R2_LAST.

This commit is contained in:
Austin English 2008-10-16 21:45:53 -05:00 committed by Alexandre Julliard
parent 6b1256b2de
commit 96edcde6a3

View file

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