Skip to content

Commit

Permalink
Feature: Implement KernelBase.NLS
Browse files Browse the repository at this point in the history
GetACP
GetOEMCP
GetCPInfo
GetCPInfoExW
  • Loading branch information
MiroKaku committed Aug 12, 2024
1 parent b48923f commit f98046e
Show file tree
Hide file tree
Showing 2 changed files with 248 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Musa.Core/Thunks/KernelBase.NLS.Private.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#pragma once
#ifdef _KERNEL_MODE


EXTERN_C_START


#ifdef _KERNEL_MODE

_IRQL_requires_max_(PASSIVE_LEVEL)
_Success_(return != 0)
_When_((CountOfMultiByte == -1) && (CountOfWideChar != 0), _Post_equal_to_(_String_length_(WideCharStr) + 1))
Expand All @@ -31,8 +32,8 @@ int WINAPI MUSA_NAME(WideCharToMultiByte)(
_Out_opt_ LPBOOL UsedDefaultChar
);

#endif

EXTERN_C_END


#endif
Loading

0 comments on commit f98046e

Please sign in to comment.