From 36717587bbfa9c4d9d6f77672c0954a5624f896b Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 23 Oct 2005 16:46:36 +0000 Subject: [PATCH] fix the thrunk so it compiles again after me svn path=/trunk/; revision=18715 --- reactos/w32api/include/ddk/ddrawint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/w32api/include/ddk/ddrawint.h b/reactos/w32api/include/ddk/ddrawint.h index a0a8b680b68..4e5fc57b7e3 100644 --- a/reactos/w32api/include/ddk/ddrawint.h +++ b/reactos/w32api/include/ddk/ddrawint.h @@ -9,15 +9,15 @@ #ifndef _NO_COM #define _NO_COM #include -#include +#include /* FIXME: We shouldn't include this header. */ #undef _NO_COM #else #include -#include +#include /* FIXME: We shouldn't include this header. */ #endif #else #include -#include +#include /* FIXME: We shouldn't include this header. */ #endif #ifdef __cplusplus