summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/libapr_app.dsp2
-rw-r--r--misc/win32/apr_app.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/libapr_app.dsp b/build/libapr_app.dsp
index 25fb253ed..b84688c20 100644
--- a/build/libapr_app.dsp
+++ b/build/libapr_app.dsp
@@ -91,7 +91,7 @@ SOURCE=..\misc\win32\internal.c
# End Source File
# Begin Source File
-SOURCE=..\i18n\unix\utf8_ucs2.c
+SOURCE=..\misc\win32\utf8.c
# End Source File
# End Target
# End Project
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