From e90a1b168c5536865172107c3e6250946092f545 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Thu, 26 Aug 2004 11:58:33 +0000 Subject: [PATCH] fix ntoskrnl so it can be compile with optimze -O2 or higher svn path=/trunk/; revision=10687 --- reactos/ntoskrnl/include/ntoskrnl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/ntoskrnl/include/ntoskrnl.h b/reactos/ntoskrnl/include/ntoskrnl.h index 1cf2a766b28..bc8618305fa 100755 --- a/reactos/ntoskrnl/include/ntoskrnl.h +++ b/reactos/ntoskrnl/include/ntoskrnl.h @@ -1,6 +1,9 @@ #ifndef __INCLUDE_NTOSKRNL_H #define __INCLUDE_NTOSKRNL_H +#define __NO_CTYPE_INLINES + + #include #include #include