From 2f019d4264fc7dfd57777297a8b592ab4064bf86 Mon Sep 17 00:00:00 2001 From: ExMatics HydrogenC <33123710+HydrogenC@users.noreply.github.com> Date: Sat, 2 Dec 2023 17:51:32 +0800 Subject: [PATCH] Fix unintended unname --- Source/Engine/Platform/Win32/IncludeWindowsHeaders.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Engine/Platform/Win32/IncludeWindowsHeaders.h b/Source/Engine/Platform/Win32/IncludeWindowsHeaders.h index 66ed97a20..3f2b8d36e 100644 --- a/Source/Engine/Platform/Win32/IncludeWindowsHeaders.h +++ b/Source/Engine/Platform/Win32/IncludeWindowsHeaders.h @@ -57,7 +57,7 @@ #undef CreateWindow #undef CreateProcess #undef SetWindowText -#undef DrawTextInternal +#undef DrawText #undef CreateFont #undef IsMinimized #undef IsMaximized