com php-src: extend manifest with long path compat info: win32/build/default.manifest
[email protected] (Anatol Belski)
| Newsgroups | php.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 0894c22b49267d419f26b38e2aedecfecffe50f1 Author: Anatol Belski <[email protected]> Sun, 2 Apr 2017 16:39:46 +0200 Parents: 80d5c23c0d150ac480e72e931f74035240dd9ba1 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0894c22b49267d419f26b38e2aedecfecffe50f1 Log: extend manifest with long path compat info Changed paths: M win32/build/default.manifest Diff: diff --git a/win32/build/default.manifest b/win32/build/default.manifest index 992f41c..dd8c234 100644 --- a/win32/build/default.manifest +++ b/win32/build/default.manifest @@ -21,4 +21,9 @@ <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/> </application> </compatibility> + <application xmlns="urn:schemas-microsoft-com:asm.v3"> + <windowsSettings xmlns:ws2="http://schemas.microsoft.com/SMI/2016/WindowsSettings"> + <ws2:longPathAware>true</ws2:longPathAware> + </windowsSettings> + </application> </assembly>