mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
[GDI32]
Avoid casting RECT and POINT to RECTL and POINTL by adding a define svn path=/trunk/; revision=65718
This commit is contained in:
@@ -21,6 +21,16 @@
|
||||
|
||||
/* SDK/DDK/NDK Headers. */
|
||||
#include <windef.h>
|
||||
|
||||
/* Avoid type casting, by defining RECT to RECTL */
|
||||
#define RECT RECTL
|
||||
#define PRECT PRECTL
|
||||
#define LPRECT LPRECTL
|
||||
#define LPCRECT LPCRECTL
|
||||
#define POINT POINTL
|
||||
#define LPPOINT PPOINTL
|
||||
#define PPOINT PPOINTL
|
||||
|
||||
#include <winbase.h>
|
||||
#include <winnls.h>
|
||||
#include <objbase.h>
|
||||
|
||||
Reference in New Issue
Block a user