RtlCreateUnicodeString needs ntifs.h inclusion.

svn path=/trunk/; revision=39537
This commit is contained in:
Sylvain Petreolle 2009-02-10 19:58:01 +00:00
parent 9291fbf1e4
commit 2ae9ff0e21
2 changed files with 1 additions and 9 deletions

View file

@ -9,6 +9,7 @@
* 8 Jul 07 Started basic implementation
*/
#include <ntifs.h>
#include <ntddk.h>
#include <ks.h>
#define YDEBUG

View file

@ -23,13 +23,4 @@ typedef struct
KMUTEX Mutex;
}SYSAUDIODEVEXT;
BOOLEAN
NTAPI
RtlCreateUnicodeString(
OUT PUNICODE_STRING DestinationString,
IN PCWSTR SourceString
);
#endif