[SDK] Minor improvements to CRT, RTL, and headers
Signed-off-by: Quinn Stephens <quinn@osmora.org>
This commit is contained in:
@@ -13,8 +13,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include <ntrtl.h>
|
||||
#include <ntstatus.h>
|
||||
#include <nt.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
int
|
||||
|
@@ -13,7 +13,7 @@ Abstract:
|
||||
|
||||
--*/
|
||||
|
||||
#include <ntrtl.h>
|
||||
#include <nt.h>
|
||||
#include <wchar.h>
|
||||
|
||||
VOID
|
||||
@@ -32,9 +32,9 @@ Routine Description:
|
||||
|
||||
Arguments:
|
||||
|
||||
Destination - A pointer to the unicode string structure.
|
||||
Destination - Pointer to the unicode string structure.
|
||||
|
||||
Source - Optionally, a pointer to a null-terminated string to initialize
|
||||
Source - Optionally, a pointer to a NULL-terminated string to initialize
|
||||
the unicode string structure with.
|
||||
|
||||
Return Value:
|
||||
|
Reference in New Issue
Block a user