diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-07-17 20:24:10 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-07-17 20:24:10 +0000 |
commit | 2196ad90ac5bbe3ca8ab557c24e315900d3af00f (patch) | |
tree | f050c875d27a35bd0821d6614571831081792378 /misc | |
parent | bf26e3876db944944ca1baf157a54bad3eab562e (diff) | |
download | apr-2196ad90ac5bbe3ca8ab557c24e315900d3af00f.tar.gz |
A few semirandom fixes to a mode that isn't used by much of anyone yet.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63704 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/win32/apr_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/win32/apr_app.c b/misc/win32/apr_app.c index e4116feb0..3131fc11b 100644 --- a/misc/win32/apr_app.c +++ b/misc/win32/apr_app.c @@ -54,7 +54,7 @@ /* Usage Notes: * - * this module, and the i18n/unix/ucs2_utf8.c modules must be + * this module, and the misc/win32/utf8.c modules must be * compiled APR_EXPORT_STATIC and linked to an application with * the /entry:wmainCRTStartup flag. This module becomes the true * wmain entry point, and passes utf-8 reformatted argv and env |