wrowe 2002/07/17 13:24:10
Modified: build libapr_app.dsp
misc/win32 apr_app.c
Log:
A few semirandom fixes to a mode that isn't used by much of anyone yet.
Revision Changes Path
1.4 +1 -1 apr/build/libapr_app.dsp
Index: libapr_app.dsp
===================================================================
RCS file: /home/cvs/apr/build/libapr_app.dsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libapr_app.dsp 18 Feb 2002 05:44:23 -0000 1.3
+++ libapr_app.dsp 17 Jul 2002 20:24:10 -0000 1.4
@@ -91,7 +91,7 @@
# End Source File
# Begin Source File
-SOURCE=..\i18n\unix\utf8_ucs2.c
+SOURCE=..\misc\win32\utf8.c
# End Source File
# End Target
# End Project
1.13 +1 -1 apr/misc/win32/apr_app.c
Index: apr_app.c
===================================================================
RCS file: /home/cvs/apr/misc/win32/apr_app.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- apr_app.c 13 Mar 2002 20:39:23 -0000 1.12
+++ apr_app.c 17 Jul 2002 20:24:10 -0000 1.13
@@ -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