Defined UNICODE_NULL.

svn path=/trunk/; revision=5311
This commit is contained in:
Eric Kohl 2003-07-29 14:31:48 +00:00
parent 0ec78164b0
commit 5e24ec3176

View file

@ -211,6 +211,8 @@ typedef struct _UNICODE_STRING
typedef const UNICODE_STRING* PCUNICODE_STRING;
#define UNICODE_NULL ((WCHAR)0)
typedef struct _FLOATING_SAVE_AREA
{
DWORD ControlWord;