From 7391456e488d74636fbf3177b204146992f41c7a Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Thu, 18 Apr 2024 15:15:11 +0000 Subject: [PATCH] Windows: Don't redefine existing MinGW ntdll exports --- Source/Windows/Defs/ntdll.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Windows/Defs/ntdll.def b/Source/Windows/Defs/ntdll.def index 21320cca65..64151e73e6 100644 --- a/Source/Windows/Defs/ntdll.def +++ b/Source/Windows/Defs/ntdll.def @@ -8,7 +8,5 @@ EXPORTS NtSuspendThread NtGetContextThread NtContinue - NtQueryVirtualMemory - NtProtectVirtualMemory __wine_dbg_output __wine_unix_call