mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Fixes to allow Apache to run as a Win95 service... highlights
main_win32.h : Moved delarations to a header, by request ap_listen.h : References types declared in http_config.h http_main.h : Add the Win32 flavor entry point declaration apr.hw : Cleanup the redundancy department of redundancy win32/proc.c : Double null termination was required here Everything else should be obvious and isolated to Win32. Build files will be committed seperately. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -56,6 +56,7 @@
|
||||
#define AP_LISTEN_H
|
||||
|
||||
#include "apr_network_io.h"
|
||||
#include "http_config.h"
|
||||
|
||||
typedef struct ap_listen_rec ap_listen_rec;
|
||||
struct ap_listen_rec {
|
||||
|
Reference in New Issue
Block a user