From: Gé van Geldorp Date: Wed, 7 Sep 2005 16:23:24 +0000 (+0000) Subject: Add AC_SRC constants X-Git-Tag: ReactOS-0.2.8~694 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=3ab848b8e2e7606dd6205dc6dc21b2b919ff5cf6 Add AC_SRC constants svn path=/trunk/; revision=17720 --- diff --git a/reactos/w32api/include/wingdi.h b/reactos/w32api/include/wingdi.h index 482136068c4..e8f1f2634b6 100644 --- a/reactos/w32api/include/wingdi.h +++ b/reactos/w32api/include/wingdi.h @@ -15,6 +15,9 @@ extern "C" { #define SYSPAL_NOSTATIC256 3 #define WINGDIAPI + +#define AC_SRC_OVER 0 +#define AC_SRC_ALPHA 1 #define BI_RGB 0 #define BI_RLE8 1 #define BI_RLE4 2