mirror of
https://github.com/reactos/wine.git
synced 2025-01-21 03:15:18 +00:00
Move GDI_ERROR definition to wingdi.h.
Add HGDI_ERROR.
This commit is contained in:
parent
0d969c7043
commit
92bb19fed8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user