Commit 062cf6e2 authored by Максим Карасев's avatar Максим Карасев Committed by Alexandre Julliard

include: Add UNICODE_NULL.

parent 8f663f3d
...@@ -871,6 +871,8 @@ typedef struct DECLSPEC_ALIGN(8) MEM_EXTENDED_PARAMETER { ...@@ -871,6 +871,8 @@ typedef struct DECLSPEC_ALIGN(8) MEM_EXTENDED_PARAMETER {
#define MAXDWORD 0xffffffff #define MAXDWORD 0xffffffff
#define MAXLONGLONG (((LONGLONG)0x7fffffff << 32) | 0xffffffff) #define MAXLONGLONG (((LONGLONG)0x7fffffff << 32) | 0xffffffff)
#define UNICODE_NULL ((WCHAR)0)
#define UNICODE_STRING_MAX_CHARS 32767 #define UNICODE_STRING_MAX_CHARS 32767
#define FIELD_OFFSET(type, field) ((LONG)offsetof(type, field)) #define FIELD_OFFSET(type, field) ((LONG)offsetof(type, field))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment