ReactOS 0.4.16-dev-1983-g1a17364
towupper_nt.c File Reference
#include <windef.h>
#include <ndk/rtlfuncs.h>
Include dependency graph for towupper_nt.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

_Check_return_ _CRTIMP wint_t __cdecl towupper (_In_ wint_t _C)
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 8 of file towupper_nt.c.

Function Documentation

◆ towupper()

Definition at line 16 of file towupper_nt.c.

18{
19 return RtlUpcaseUnicodeChar((WCHAR)_C);
20}
WCHAR NTAPI RtlUpcaseUnicodeChar(_In_ WCHAR Source)
Definition: nlsboot.c:176
__wchar_t WCHAR
Definition: xmlstorage.h:180