diff options
author | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-21 19:32:12 +0000 |
---|---|---|
committer | stoddard <stoddard@13f79535-47bb-0310-9956-ffa450edef68> | 2000-04-21 19:32:12 +0000 |
commit | 5957bccec979e450452a920efefd0a932fc8062f (patch) | |
tree | f2240da0881726c8c929f36ecf08975330aabd4b /apr.dsp | |
parent | d6ab6a7b12b64a1e6666771b9cc258579c061e65 (diff) | |
download | libapr-5957bccec979e450452a920efefd0a932fc8062f.tar.gz |
Win32: Begin adding ap_strerror and ap_canonicalize_error to APR. Server
will compile and serve pages again!
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr.dsp')
-rw-r--r-- | apr.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -122,6 +122,10 @@ SOURCE=.\aprlib.def # End Source File # Begin Source File +SOURCE=.\misc\win32\canonerr.c +# End Source File +# Begin Source File + SOURCE=.\file_io\win32\dir.c # End Source File # Begin Source File @@ -130,6 +134,10 @@ SOURCE=.\dso\win32\dso.c # End Source File # Begin Source File +SOURCE=.\misc\win32\errorcodes.c +# End Source File +# Begin Source File + SOURCE=.\file_io\win32\fileacc.c # End Source File # Begin Source File |