wrowe 02/01/29 21:26:43
Modified: misc/win32 apr_app.c
Log:
apr_app_main() seems like a decent enough re-entry point, but this is
certainly open to debate :)
Revision Changes Path
1.8 +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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- apr_app.c 30 Jan 2002 05:25:53 -0000 1.7
+++ apr_app.c 30 Jan 2002 05:26:43 -0000 1.8
@@ -236,7 +236,7 @@
/* Reprocess the arguments to main() for a completely apr-ized application
*/
-APR_DECLARE(apr_status_t) apr_main(int *argc, char ***argv, char ***env)
+APR_DECLARE(apr_status_t) apr_app_main(int *argc, char ***argv, char ***env)
{
#if APR_HAS_UNICODE_FS
IF_WIN_OS_IS_UNICODE