]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
And this gets Apache for Windows compiling from the command line and
authorBill Stoddard <stoddard@apache.org>
Wed, 6 Dec 2000 04:42:33 +0000 (04:42 +0000)
committerBill Stoddard <stoddard@apache.org>
Wed, 6 Dec 2000 04:42:33 +0000 (04:42 +0000)
commit6f2720cfe016752935872fdaf4a00d9824590c6e
treead8b34db8a982c83aca0f4b065e8ac179e40016d
parent3986d51838f907d45c278e767cfd4c941ecfa277
And this gets Apache for Windows compiling from the command line and
serving files again. The APR_DECLARE_DATA declaration allows the
ap_*_type structures to be exported which is reqired for the correct
operation of the AP_BUCKET_IS_* macros.

An alternate way to fix this problem is to explicitly break the bucket
type out of the "type" structure in ap_bucketi and represent each bucket
type with an enum.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87228 13f79535-47bb-0310-9956-ffa450edef68
ApacheCore.dsp
Makefile.win
httpd.dsp