GDI_ERROR

Huw D M Davies h.davies1 at physics.ox.ac.uk
Thu Sep 6 06:48:37 CDT 2001


	Huw D M Davies <hdavies at codeweavers.com>
	Move GDI_ERROR definition to wingdi.h
	Add HGDI_ERROR
-------------- next part --------------
Index: include/wingdi.h
===================================================================
RCS file: /home/wine/wine/include/wingdi.h,v
retrieving revision 1.59
diff -u -r1.59 wingdi.h
--- include/wingdi.h	2001/05/08 00:10:52	1.59
+++ include/wingdi.h	2001/09/06 10:36:09
@@ -2981,6 +2981,9 @@
 #define	DISPLAY_DEVICE_MIRRORING_DRIVER		0x00000008
 #define	DISPLAY_DEVICE_VGA_COMPATIBLE		0x00000010
 
+#define GDI_ERROR                               (0xFFFFFFFFL)
+#define HGDI_ERROR                              ((HANDLE)0xFFFFFFFFL)
+
 #include "poppack.h"
 
 INT       WINAPI AbortDoc(HDC);
Index: include/winerror.h
===================================================================
RCS file: /home/wine/wine/include/winerror.h,v
retrieving revision 1.37
diff -u -r1.37 winerror.h
--- include/winerror.h	2001/06/13 19:36:10	1.37
+++ include/winerror.h	2001/09/06 10:36:09
@@ -1897,8 +1897,5 @@
 #define MEM_E_INVALID_LINK                                 0x80080010L
 #define MEM_E_INVALID_SIZE                                 0x80080011L
 
-/* Obtained from lcc-win32 include files */
-#define GDI_ERROR                                          0xFFFFFFFFL
-
 
 #endif  /* __WINE_WINERROR_H */


More information about the wine-patches mailing list