From 1b81b0543b028b1610f1a314d48ed8e499725a0c Mon Sep 17 00:00:00 2001 From: Ratin Gao Date: Mon, 7 Oct 2024 02:00:01 +0800 Subject: [PATCH] [API:Ntdll] Add `RtlGetParentLocaleName` import --- Source/Include/KNSoft/NDK/NDK.h | 1 - Source/Include/KNSoft/NDK/Win32/API/Ntdll.h | 14 -------------- Source/KNSoft.NDK/KNSoft.NDK.vcxproj | 1 - Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters | 3 --- Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml | 1 + 5 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 Source/Include/KNSoft/NDK/Win32/API/Ntdll.h diff --git a/Source/Include/KNSoft/NDK/NDK.h b/Source/Include/KNSoft/NDK/NDK.h index 8d0b6f3..83a87cd 100644 --- a/Source/Include/KNSoft/NDK/NDK.h +++ b/Source/Include/KNSoft/NDK/NDK.h @@ -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" diff --git a/Source/Include/KNSoft/NDK/Win32/API/Ntdll.h b/Source/Include/KNSoft/NDK/Win32/API/Ntdll.h deleted file mode 100644 index 9fe9caf..0000000 --- a/Source/Include/KNSoft/NDK/Win32/API/Ntdll.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once - -#include "../../NT/MinDef.h" - -EXTERN_C_START - -#pragma region Csrss - -/* KNSoft.NDK */ - - -#pragma endregion - -EXTERN_C_END diff --git a/Source/KNSoft.NDK/KNSoft.NDK.vcxproj b/Source/KNSoft.NDK/KNSoft.NDK.vcxproj index 7ee03fd..cb7e8bb 100644 --- a/Source/KNSoft.NDK/KNSoft.NDK.vcxproj +++ b/Source/KNSoft.NDK/KNSoft.NDK.vcxproj @@ -236,7 +236,6 @@ - diff --git a/Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters b/Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters index 3a517aa..7539ba8 100644 --- a/Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters +++ b/Source/KNSoft.NDK/KNSoft.NDK.vcxproj.filters @@ -85,9 +85,6 @@ Win32\API - - Win32\API - Win32\API diff --git a/Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml b/Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml index 33adc51..c253172 100644 --- a/Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml +++ b/Source/KNSoft.NDK/WinAPI/KNSoft.NDK.WinAPI.xml @@ -2,6 +2,7 @@ +