Skip to content

Commit 15c9005

Browse files
committed
[MLANG] Sync to Wine-10.0
1 parent d8a1ba1 commit 15c9005

5 files changed

Lines changed: 934 additions & 466 deletions

File tree

dll/win32/mlang/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ list(APPEND SOURCE
1111

1212
add_library(mlang MODULE ${SOURCE} mlang.rc)
1313
set_module_type(mlang win32dll UNICODE)
14-
target_link_libraries(mlang uuid wine oldnames)
14+
target_link_libraries(mlang uuid wine wine_dll_canunload wine_dll_register oldnames)
1515
add_delay_importlibs(mlang oleaut32)
16-
add_importlibs(mlang gdi32 advapi32 msvcrt kernel32 ntdll)
16+
add_importlibs(mlang gdi32 advapi32 msvcrt kernel32 kernel32_vista ntdll)
1717
add_cd_file(TARGET mlang DESTINATION reactos/system32 FOR all)
1818
set_wine_module_FIXME(mlang) # CORE-5743: No ARRAY_SIZE and CONST_VTABLE

0 commit comments

Comments
 (0)