From ada0db62dc78a5e49aae01f48c2bb62bd23671fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90e=C3=A4Th?= <55578911+DeaTh-G@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:07:10 +0200 Subject: [PATCH] Fix compilation errors on latest Windows (#1636) --- UnleashedRecomp/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnleashedRecomp/CMakeLists.txt b/UnleashedRecomp/CMakeLists.txt index 10863c0..337b963 100644 --- a/UnleashedRecomp/CMakeLists.txt +++ b/UnleashedRecomp/CMakeLists.txt @@ -357,7 +357,8 @@ if (WIN32) ntdll Shcore Synchronization - winmm + winmm + windowsapp ) endif()