From 96f6e0a8541d3f46c9d4475db1b767d7560d2ef0 Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Sat, 10 May 2008 15:08:45 +0000 Subject: [PATCH] Attempt to fix build svn path=/trunk/; revision=33408 --- reactos/dll/win32/user32/include/user32.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/user32/include/user32.h b/reactos/dll/win32/user32/include/user32.h index 91e44684598..d61818298e2 100644 --- a/reactos/dll/win32/user32/include/user32.h +++ b/reactos/dll/win32/user32/include/user32.h @@ -39,8 +39,8 @@ /* Internal User32 Headers */ #include "user32p.h" -#include -#include +#include +#include /* FIXME: Use ntgdi.h then cleanup... */ HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj); -- 2.17.1