From 79e182b387078aef79742f49b68e2f68b7dfd61a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Wed, 5 Dec 2007 18:21:11 +0000 Subject: [PATCH] Add missing include file svn path=/trunk/; revision=31018 --- reactos/include/ndk/cmfuncs.h | 1 + reactos/include/ndk/readme.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/include/ndk/cmfuncs.h b/reactos/include/ndk/cmfuncs.h index be88bc62d2d..22eda0e269f 100644 --- a/reactos/include/ndk/cmfuncs.h +++ b/reactos/include/ndk/cmfuncs.h @@ -23,6 +23,7 @@ Author: // Dependencies // #include +#include // // Native calls diff --git a/reactos/include/ndk/readme.txt b/reactos/include/ndk/readme.txt index bc151492489..6890088dbcd 100644 --- a/reactos/include/ndk/readme.txt +++ b/reactos/include/ndk/readme.txt @@ -175,7 +175,7 @@ you would like to be credited for it. 3.3 CAVEATS * winternl.h: This header, part of the PSDK, was released by Microsoft as part of one of the governmen - lawsuits against it, and documents a certain (minimal) part of the Native API and/or types. Unforunately, + lawsuits against it, and documents a certain (minimal) part of the Native API and/or types. Unfortunately, Microsoft decided to hack the Native Types and to define them incorrectly, replacing real members by "reserved" ones. As such, you 'cannot include winternl.h in any project that uses the NDK. Note however, that the NDK fully replaces it and retains compatibility with any project that used it.