Add missing include file

svn path=/trunk/; revision=31018
This commit is contained in:
Hervé Poussineau 2007-12-05 18:21:11 +00:00
parent 603edfdfc1
commit 79e182b387
2 changed files with 2 additions and 1 deletions

View file

@ -23,6 +23,7 @@ Author:
// Dependencies
//
#include <umtypes.h>
#include <cmtypes.h>
//
// Native calls

View file

@ -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.