mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
[NDK]
Fix a typo svn path=/trunk/; revision=57099
This commit is contained in:
parent
d01bc7cc93
commit
6538f67e55
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ Author:
|
||||||
#ifndef _MANAGED
|
#ifndef _MANAGED
|
||||||
#if defined(_M_IX86)
|
#if defined(_M_IX86)
|
||||||
#ifndef FASTCALL
|
#ifndef FASTCALL
|
||||||
#define FASTCALL _fastcall
|
#define FASTCALL __fastcall
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define FASTCALL
|
#define FASTCALL
|
||||||
|
@ -159,8 +159,8 @@ typedef struct _STRING32 {
|
||||||
USHORT Length;
|
USHORT Length;
|
||||||
USHORT MaximumLength;
|
USHORT MaximumLength;
|
||||||
ULONG Buffer;
|
ULONG Buffer;
|
||||||
} STRING32, *PSTRING32,
|
} STRING32, *PSTRING32,
|
||||||
UNICODE_STRING32, *PUNICODE_STRING32,
|
UNICODE_STRING32, *PUNICODE_STRING32,
|
||||||
ANSI_STRING32, *PANSI_STRING32;
|
ANSI_STRING32, *PANSI_STRING32;
|
||||||
|
|
||||||
typedef struct _STRING64 {
|
typedef struct _STRING64 {
|
||||||
|
@ -168,7 +168,7 @@ typedef struct _STRING64 {
|
||||||
USHORT MaximumLength;
|
USHORT MaximumLength;
|
||||||
ULONGLONG Buffer;
|
ULONGLONG Buffer;
|
||||||
} STRING64, *PSTRING64,
|
} STRING64, *PSTRING64,
|
||||||
UNICODE_STRING64, *PUNICODE_STRING64,
|
UNICODE_STRING64, *PUNICODE_STRING64,
|
||||||
ANSI_STRING64, *PANSI_STRING64;
|
ANSI_STRING64, *PANSI_STRING64;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue