include/wingdi.h: Define R2_LAST.

oldstable
Austin English 2008-10-16 21:45:53 -05:00 committed by Alexandre Julliard
parent 6b1256b2de
commit 96edcde6a3
1 changed files with 1 additions and 0 deletions

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