Skip to content

Commit 991d17e

Browse files
committed
[LIBXSLT]
* Properly set a module type to take advantage of automatically setting the base address. svn path=/trunk/; revision=55768
1 parent 8138c72 commit 991d17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactos/dll/3rdparty/libxslt/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ add_library(libxslt SHARED
3333
xsltlocale.c
3434
xsltutils.c)
3535

36-
set_entrypoint(libxslt 0)
36+
set_module_type(libxslt win32dll ENTRYPOINT 0)
3737
target_link_libraries(libxslt libxml2)
3838
add_importlibs(libxslt msvcrt ws2_32 kernel32)
3939

0 commit comments

Comments
 (0)