Skip to content

Commit 313be0c

Browse files
committed
[MLANG] Fix class registration regression
See CORE-20611
1 parent a4b6fe9 commit 313be0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dll/win32/mlang/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ list(APPEND SOURCE
1111

1212
add_library(mlang MODULE ${SOURCE} mlang.rc)
1313
set_module_type(mlang win32dll UNICODE)
14+
add_idl_reg_scripts(mlang registry mlang_classes.idl)
1415
target_link_libraries(mlang uuid wine wine_dll_canunload wine_dll_register oldnames)
1516
add_delay_importlibs(mlang oleaut32)
1617
add_importlibs(mlang gdi32 advapi32 msvcrt kernel32 kernel32_vista ntdll)

0 commit comments

Comments
 (0)