10 Star 0 Fork 2

src-openEuler / podofo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
podofo-case.patch 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
misaka00251 提交于 2024-03-04 14:13 . Init package
diff -rupN --no-dereference podofo-0.10.3/CMakeLists.txt podofo-0.10.3-new/CMakeLists.txt
--- podofo-0.10.3/CMakeLists.txt 2023-11-28 10:23:37.000000000 +0100
+++ podofo-0.10.3-new/CMakeLists.txt 2023-12-07 08:44:38.650337084 +0100
@@ -97,7 +97,7 @@ endif()
if(WIN32)
# We must explicitly link to the core win32 libraries
- list(APPEND PLATFORM_SYSTEM_LIBRARIES kernel32 user32 gdi32 winspool comdlg32 advapi32 shell32 ole32 oleaut32 uuid ws2_32 Crypt32)
+ list(APPEND PLATFORM_SYSTEM_LIBRARIES kernel32 user32 gdi32 winspool comdlg32 advapi32 shell32 ole32 oleaut32 uuid ws2_32 crypt32)
endif()
if (MSVC)
diff -rupN --no-dereference podofo-0.10.3/src/podofo/private/WindowsLeanMean.h podofo-0.10.3-new/src/podofo/private/WindowsLeanMean.h
--- podofo-0.10.3/src/podofo/private/WindowsLeanMean.h 2023-11-28 10:23:37.000000000 +0100
+++ podofo-0.10.3-new/src/podofo/private/WindowsLeanMean.h 2023-12-07 08:44:38.651337088 +0100
@@ -4,7 +4,7 @@
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
-#include <Windows.h>
+#include <windows.h>
#undef Yield
#undef DrawText
#undef GetObject
1
https://gitee.com/src-openeuler/podofo.git
git@gitee.com:src-openeuler/podofo.git
src-openeuler
podofo
podofo
master

搜索帮助