From 3dcccbbc5ad4785efc5f8a585c0e2aa3b06a1ad9 Mon Sep 17 00:00:00 2001 From: DeaTh-G Date: Mon, 21 Jul 2025 21:44:29 +0200 Subject: [PATCH] Fix compilation errors on latest Windows --- 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()