Author: tkreuzer Date: Mon Nov 22 23:20:50 2010 New Revision: 49715
URL: http://svn.reactos.org/svn/reactos?rev=49715&view=rev Log: [WIN32K] Apply workaround for POINT / POINTL, like for the others
Modified: trunk/reactos/subsystems/win32/win32k/pch.h
Modified: trunk/reactos/subsystems/win32/win32k/pch.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/pch... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/pch.h [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/pch.h [iso-8859-1] Mon Nov 22 23:20:50 2010 @@ -33,6 +33,9 @@ #define PRECT PRECTL #define LPRECT LPRECTL #define LPCRECT LPCRECTL +#define POINT POINTL +#define LPPOINT PPOINTL +#define PPOINT PPOINTL
#include <winerror.h> #include <wingdi.h>