Commit 92bb19fe authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Move GDI_ERROR definition to wingdi.h.

Add HGDI_ERROR.
parent 0d969c70
......@@ -1897,8 +1897,5 @@ extern int WIN32_LastError;
#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 */
......@@ -2981,6 +2981,9 @@ DECL_WINELIB_TYPE_AW(LPDISPLAY_DEVICE)
#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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment