Skip to content

Commit 79a0144

Browse files
committed
[LIBXSLT] Update to release 1.1.42 (from Wine-10.0)
1 parent 41d6aeb commit 79a0144

34 files changed

Lines changed: 1771 additions & 2442 deletions

dll/3rdparty/libxslt/CMakeLists.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
spec2def(libxslt.dll libxslt.spec ADD_IMPORTLIB)
3+
24
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/libxslt
35
${REACTOS_SOURCE_DIR}/sdk/lib/3rdparty/libwin-iconv)
46

@@ -7,7 +9,6 @@ add_definitions(
79
-DWIN32
810
-D_WINDOWS
911
-D_MBCS
10-
-DHAVE_STAT
1112
-DHAVE_WIN32_THREADS
1213
-D_REENTRANT
1314
-DLIBXML_STATIC)
@@ -41,6 +42,10 @@ add_importlibs(libxslt msvcrt ws2_32 kernel32)
4142

4243
if(MSVC)
4344
add_importlibs(libxslt ntdll)
45+
if (ARCH STREQUAL "amd64" OR ARCH STREQUAL "arm64")
46+
# warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
47+
target_compile_options(libxslt PRIVATE /wd4267)
48+
endif()
4449
endif()
4550

4651
if(NOT MSVC)

dll/3rdparty/libxslt/Makefile.am

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)