Austin English : include/wingdi.h: Define R2_LAST.

Alexandre Julliard julliard at winehq.org
Fri Oct 17 07:25:59 CDT 2008


Module: wine
Branch: master
Commit: 96edcde6a329aa1c15557ca4dcbb06443d8a55ca
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=96edcde6a329aa1c15557ca4dcbb06443d8a55ca

Author: Austin English <austinenglish at gmail.com>
Date:   Thu Oct 16 21:45:53 2008 -0500

include/wingdi.h: Define R2_LAST.

---

 include/wingdi.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index 14c307d..322a267 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -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))
 




More information about the wine-cvs mailing list