diff --git a/patches/Readme.md b/patches/Readme.md index 4605542..7827ad4 100644 --- a/patches/Readme.md +++ b/patches/Readme.md @@ -12,6 +12,7 @@ disable_huge_page.patch | Linux | 可选 Optional | 禁用linux构建的max-page vcruntime140_\.patch | Windows | 必须 Nessesary | 禁用sfx启动时GetModuleHandle(vcruntime140(d).dll) Disable GetModuleHandle(vcruntime140(d).dll) at sfx start win32_\.patch | Windows | 必须 Nessesary | 修改构建系统以静态构建 Modify build system for build sfx file zend_stream.patch | Windows | 必须 Nessesary | 修改构建系统以静态构建 Modify build system for build sfx file +comctl32.patch | Windows | 可选 Optional | 添加comctl32.dll manifest以启用[visual style](https://learn.microsoft.com/en-us/windows/win32/controls/visual-styles-overview) (会让窗口控件好看一些) Add manifest dependency for comctl32 to enable [visual style](https://learn.microsoft.com/en-us/windows/win32/controls/visual-styles-overview) (makes window control looks modern) ## Something special diff --git a/patches/comctl32.patch b/patches/comctl32.patch new file mode 100644 index 0000000..45b2cf1 --- /dev/null +++ b/patches/comctl32.patch @@ -0,0 +1,21 @@ +diff --git a/win32/build/default.manifest b/win32/build/default.manifest +index a73c2fb53d..52351251e1 100644 +--- a/win32/build/default.manifest ++++ b/win32/build/default.manifest +@@ -24,4 +24,16 @@ + true + + ++ ++ ++ ++ ++ +