Guess at fixing win32 build regression on trunk introduced by r1734656

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2018-04-17 17:57:13 +00:00
parent c16933db8c
commit 29c346e09e
3 changed files with 7 additions and 6 deletions

View File

@ -571,14 +571,15 @@
* 20171014.7 (2.5.1-dev) Add AP_CORE_DEFAULT macro
* 20171014.8 (2.5.1-dev) Add CONN_STATE_NUM to enum conn_state_e
* 20171014.9 (2.5.1-dev) Add response_field_size to proxy_worker_shared
* 20180417.1 (2.5.1-dev) Toggle ap_filter_input|output_pending API to _NONSTD
*/
#define MODULE_MAGIC_COOKIE 0x41503235UL /* "AP25" */
#ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20171014
#define MODULE_MAGIC_NUMBER_MAJOR 20180417
#endif
#define MODULE_MAGIC_NUMBER_MINOR 9 /* 0...n */
#define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
/**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a