From d1bd0c7d7b72aeb85f822fe4ea8b1a79ed4102d5 Mon Sep 17 00:00:00 2001 From: qhy040404 Date: Fri, 17 Jan 2025 21:55:50 +0800 Subject: [PATCH] fix --- lib/YaeAchievementLib.vcxproj | 2 +- lib/ntprivate.h | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 lib/ntprivate.h diff --git a/lib/YaeAchievementLib.vcxproj b/lib/YaeAchievementLib.vcxproj index 63d362c..06aad96 100644 --- a/lib/YaeAchievementLib.vcxproj +++ b/lib/YaeAchievementLib.vcxproj @@ -96,11 +96,11 @@ - + diff --git a/lib/ntprivate.h b/lib/ntprivate.h deleted file mode 100644 index be91af9..0000000 --- a/lib/ntprivate.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once -#include -#include - -#pragma comment(lib, "ntdll.lib") - -#define LDR_ADDREF_DLL_PIN 0x00000001 - -EXTERN_C NTSYSAPI NTSTATUS NTAPI LdrAddRefDll(_In_ ULONG Flags, _In_ PVOID DllHandle); \ No newline at end of file