Skip to content

Commit a3b7b94

Browse files
[propsys] Remove duplicate uuid
1 parent ccd18ff commit a3b7b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dll/win32/propsys/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ add_library(propsys MODULE
1717
${CMAKE_CURRENT_BINARY_DIR}/propsys.def)
1818

1919
set_module_type(propsys win32dll)
20-
target_link_libraries(propsys uuid wine wine_dll_register uuid)
20+
target_link_libraries(propsys uuid wine wine_dll_register)
2121
add_importlibs(propsys ole32 oleaut32 msvcrt kernel32 ntdll)
2222
add_pch(propsys precomp.h SOURCE)
2323
add_cd_file(TARGET propsys DESTINATION reactos/system32 FOR all)

0 commit comments

Comments
 (0)