mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
fix
ntoskrnl so it can be compile with optimze -O2 or higher svn path=/trunk/; revision=10687
This commit is contained in:
parent
5b3ce7b494
commit
e90a1b168c
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
#ifndef __INCLUDE_NTOSKRNL_H
|
||||
#define __INCLUDE_NTOSKRNL_H
|
||||
|
||||
#define __NO_CTYPE_INLINES
|
||||
|
||||
|
||||
#include <roscfg.h>
|
||||
#include <reactos/version.h>
|
||||
#include <reactos/resource.h>
|
||||
|
|
Loading…
Reference in a new issue