]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Restore broken win32 build, include apr/std headers before httpd headers
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Sep 2020 05:20:59 +0000 (05:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 5 Sep 2020 05:20:59 +0000 (05:20 +0000)
commit4b34368df5e5c56759cd9a6be1d62b26360e61af
tree75b3f31b0c374b41c6ee56d9d1dc4cd22303ffe2
parent066f641991a92847dbb89ec57bc1c90df03b2ce6
Restore broken win32 build, include apr/std headers before httpd headers

 - In httpd we override exit() to trap the true exit code (see os/win32/os.h)
 - process.h was redefining exit() which picked up the macro instead of the
   original exit() declaration
 - Cleaner style pulls in apr, then standard C headers, and finally sets down
   the httpd includes on top of these, resolving the windows build regression

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881477 13f79535-47bb-0310-9956-ffa450edef68
modules/lua/mod_lua.c