[SDK] Minor improvements to CRT, RTL, and headers

Signed-off-by: Quinn Stephens <quinn@osmora.org>
This commit is contained in:
2024-11-16 07:10:11 -05:00
parent e81100b2e5
commit e3f81a4c08
13 changed files with 231 additions and 224 deletions

View File

@@ -13,8 +13,7 @@ Abstract:
--*/
#include <ntrtl.h>
#include <ntstatus.h>
#include <nt.h>
#include <stdarg.h>
int

View File

@@ -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: