seen before the exit macro is defined (fixes compile failure on
MinGW)
axe prototype for absent function set_listeners_noninheritable()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1090417 13f79535-47bb-0310-9956-
ffa450edef68
#define CASE_BLIND_FILESYSTEM
#include <stddef.h>
+#include <stdlib.h> /* for exit() */
#ifdef __cplusplus
extern "C" {
PSECURITY_ATTRIBUTES GetNullACL(void);
void CleanNullACL(void *sa);
-int set_listeners_noninheritable(apr_pool_t *p);
-
-
#define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
typedef rettype (calltype *ap_winapi_fpt_##fn) args; \
static ap_winapi_fpt_##fn ap_winapi_pfn_##fn = NULL; \