diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-18 05:44:23 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-18 05:44:23 +0000 |
commit | 58a68eb87d555f972358a9249ac17122092405b2 (patch) | |
tree | b32f647de2cde89e0bb91eb156d1c6cd4c6b384c /build | |
parent | 2e8e5cc51dfd04cb841913af1ce985292909fba9 (diff) | |
download | libapr-58a68eb87d555f972358a9249ac17122092405b2.tar.gz |
Realign internal.c as the required apr_app static fn's, and removed
common code from apr_app into misc.c and internal.c
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63014 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/libapr_app.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/libapr_app.dsp b/build/libapr_app.dsp index e60b58540..25fb253ed 100644 --- a/build/libapr_app.dsp +++ b/build/libapr_app.dsp @@ -87,7 +87,7 @@ SOURCE=..\misc\win32\apr_app.c # End Source File # Begin Source File -SOURCE=..\misc\win32\misc.c +SOURCE=..\misc\win32\internal.c # End Source File # Begin Source File |