Skip to content

Commit ada0db6

Browse files
authored
Fix compilation errors on latest Windows (#1636)
1 parent e4c43ae commit ada0db6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnleashedRecomp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ if (WIN32)
357357
ntdll
358358
Shcore
359359
Synchronization
360-
winmm
360+
winmm
361+
windowsapp
361362
)
362363
endif()
363364

0 commit comments

Comments
 (0)