Initial import
This commit is contained in:
12
libc/nt/struct/unicodestring.h
Normal file
12
libc/nt/struct/unicodestring.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef COSMOPOLITAN_LIBC_NT_UNICODE_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_UNICODE_H_
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
|
||||
struct NtUnicodeString {
|
||||
uint16_t Length;
|
||||
uint16_t MaxLength;
|
||||
char16_t *Data;
|
||||
};
|
||||
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_UNICODE_H_ */
|
||||
Reference in New Issue
Block a user