mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
Defined UNICODE_NULL.
svn path=/trunk/; revision=5311
This commit is contained in:
parent
0ec78164b0
commit
5e24ec3176
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue