diff options
author | Greg Stein <gstein@apache.org> | 2000-07-03 10:29:58 +0200 |
---|---|---|
committer | Greg Stein <gstein@apache.org> | 2000-07-03 10:29:58 +0200 |
commit | e59d089fcea7bbe45fe93aed1fb816b8aa4c6483 (patch) | |
tree | f7d0fa99f6ebd2be1cdf5f5f19b819d2312dff39 /httpd.dsp | |
parent | enable Expat for the Win32 build. (diff) | |
download | apache2-e59d089fcea7bbe45fe93aed1fb816b8aa4c6483.tar.xz apache2-e59d089fcea7bbe45fe93aed1fb816b8aa4c6483.zip |
fix the Win32 build w.r.t recent iol_socket changes
Submitted by: Keith Wannamaker
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'httpd.dsp')
-rw-r--r-- | httpd.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -138,7 +138,7 @@ SOURCE=.\main\iol_file.c # End Source File # Begin Source File -SOURCE=.\os\win32\iol_socket.c +SOURCE=.\main\iol_socket.c # End Source File # Begin Source File @@ -362,7 +362,7 @@ SOURCE=.\include\httpd.h # End Source File # Begin Source File -SOURCE=.\os\win32\iol_socket.h +SOURCE=.\include\iol_socket.h # End Source File # Begin Source File |