Skip to content

Commit

Permalink
[API:Ntdll] Add RtlGetParentLocaleName import
Browse files Browse the repository at this point in the history
  • Loading branch information
RatinCN committed Oct 6, 2024
1 parent af8b166 commit 1b81b05
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 19 deletions.
1 change: 0 additions & 1 deletion Source/Include/KNSoft/NDK/NDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/* APIs */

#include "Win32/API/Kernel32.h"
#include "Win32/API/Ntdll.h"
#include "Win32/API/SecHost.h"
#include "Win32/API/User32.h"
#include "Win32/API/UserMgrCli.h"
Expand Down
14 changes: 0 additions & 14 deletions Source/Include/KNSoft/NDK/Win32/API/Ntdll.h

This file was deleted.

1 change: 0 additions & 1 deletion Source/KNSoft.NDK/KNSoft.NDK.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
<ClInclude Include="..\Include\KNSoft\NDK\Package\StrSafe.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Package\UnitTest.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Kernel32.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Ntdll.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Ntdll.Hash.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\SecHost.h" />
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\User32.h" />
Expand Down
3 changes: 0 additions & 3 deletions Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Kernel32.h">
<Filter>Win32\API</Filter>
</ClInclude>
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Ntdll.h">
<Filter>Win32\API</Filter>
</ClInclude>
<ClInclude Include="..\Include\KNSoft\NDK\Win32\API\Ntdll.Hash.h">
<Filter>Win32\API</Filter>
</ClInclude>
Expand Down
1 change: 1 addition & 0 deletions Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Dll Name="ntdll.dll">
<Export Name="LdrRegisterDllNotification" CallConv="__stdcall" Arg="int ptr ptr ptr" />
<Export Name="LdrUnregisterDllNotification" CallConv="__stdcall" Arg="ptr" />
<Export Name="RtlGetParentLocaleName" CallConv="__stdcall" Arg="ptr ptr int int" />
</Dll>
<Dll Name="KERNEL32.dll">
<Export Name="CreateProcessInternalW" CallConv="__stdcall" Arg="ptr ptr ptr ptr ptr int int ptr ptr ptr ptr ptr" />
Expand Down

0 comments on commit 1b81b05

Please sign in to comment.