diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-07-11 06:22:22 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-07-11 06:22:22 +0000 |
commit | 393340d677e442bc1ab885e887cb1a3a073ea000 (patch) | |
tree | adde2d9cc91ece9e3888f012e8b54ee877322487 /libapr.dsp | |
parent | e1f3fc068a2b69044feff2eac9d99ad80af42914 (diff) | |
download | libapr-393340d677e442bc1ab885e887cb1a3a073ea000.tar.gz |
Get Win32 building again. Doesn't build clean, but at least it builds.
poll on win32 may or may not work correctly, but then again, I don't
believe that httpd needs it at this moment. Not blasting win32's poll
until coders are done with it.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r-- | libapr.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libapr.dsp b/libapr.dsp index eb63be9c3..ee0c3d764 100644 --- a/libapr.dsp +++ b/libapr.dsp @@ -272,7 +272,7 @@ SOURCE=.\network_io\unix\inet_pton.c # End Source File # Begin Source File -SOURCE=.\network_io\win32\poll.c +SOURCE=.\network_io\unix\poll.c # End Source File # Begin Source File |