From 57af239d2b9f9965f3d3feca35a435da677398ae Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Sat, 3 Jun 2017 18:07:43 +0000 Subject: [PATCH] LINK : warning LNK4013: image size 0x35000 exceeds specified maximum 0x30000 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1797526 13f79535-47bb-0310-9956-ffa450edef68 --- os/win32/BaseAddr.ref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 5e62824d38..db0144bfae 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -126,7 +126,7 @@ mod_optional_fn_import.so 0x70BC0000 0x00010000 mod_optional_hook_export.so 0x70BD0000 0x00010000 mod_optional_hook_import.so 0x70BE0000 0x00010000 mod_authnz_fcgi.so 0x70BF0000 0x00020000 -mod_http2.so 0x70C10000 0x00030000 -mod_proxy_http2.so 0x70C40000 0x00020000 -mod_proxy_hcheck.so 0x70C60000 0x00020000 -mod_brotli.so 0x70C80000 0x000C0000 +mod_proxy_hcheck.so 0x70C10000 0x00020000 +mod_proxy_http2.so 0x70C30000 0x00020000 +mod_http2.so 0x70C50000 0x00040000 +mod_brotli.so 0x70C90000 0x000C0000 -- 2.40.0