| commit | fea2aa55d03aeae73100c25f27bcb0b614f65da4 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Mon Dec 08 15:51:22 2008 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Dec 08 15:51:22 2008 +0100 |
| tree | f272abc043b19bac05569569b9111f2d040c0df6 | |
| parent | 7749b6e2dd7c53776a076037f6fb410cdb3fccd8 [diff] [blame] |
include: Fix the 64-bit value of magic handle constants.
diff --git a/include/wingdi.h b/include/wingdi.h index e7be055..ac4ba2b 100644 --- a/include/wingdi.h +++ b/include/wingdi.h
@@ -3253,8 +3253,8 @@ #define GRADIENT_FILL_TRIANGLE 0x00000002 #define GRADIENT_FILL_OP_FLAG 0x000000ff -#define GDI_ERROR (0xFFFFFFFFL) -#define HGDI_ERROR ((HANDLE)0xFFFFFFFFL) +#define GDI_ERROR (~0u) +#define HGDI_ERROR ((HANDLE)~(ULONG_PTR)0) /* AddFontResourceEx flags */ #define FR_PRIVATE 0x10