mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[WIN32K]
Apply workaround for POINT / POINTL, like for the others svn path=/trunk/; revision=49715
This commit is contained in:
parent
332a782a37
commit
e08f002f40
@ -33,6 +33,9 @@ typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *LPSECURITY_ATTRIBUTES;
|
||||
#define PRECT PRECTL
|
||||
#define LPRECT LPRECTL
|
||||
#define LPCRECT LPCRECTL
|
||||
#define POINT POINTL
|
||||
#define LPPOINT PPOINTL
|
||||
#define PPOINT PPOINTL
|
||||
|
||||
#include <winerror.h>
|
||||
#include <wingdi.h>
|
||||
|
Loading…
Reference in New Issue
Block a user