Author: hpoussin
Date: Wed Dec 5 21:21:11 2007
New Revision: 31018
URL: http://svn.reactos.org/svn/reactos?rev=31018&view=rev
Log:
Add missing include file
Modified:
trunk/reactos/include/ndk/cmfuncs.h
trunk/reactos/include/ndk/readme.txt
Modified: trunk/reactos/include/ndk/cmfuncs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/cmfuncs.h?rev=…
==============================================================================
--- trunk/reactos/include/ndk/cmfuncs.h (original)
+++ trunk/reactos/include/ndk/cmfuncs.h Wed Dec 5 21:21:11 2007
@@ -23,6 +23,7 @@
// Dependencies
//
#include <umtypes.h>
+#include <cmtypes.h>
//
// Native calls
Modified: trunk/reactos/include/ndk/readme.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/readme.txt?rev…
==============================================================================
--- trunk/reactos/include/ndk/readme.txt (original)
+++ trunk/reactos/include/ndk/readme.txt Wed Dec 5 21:21:11 2007
@@ -175,7 +175,7 @@
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.