wrowe 02/02/17 21:35:31
Added: misc/win32 start.c
Log:
Ok, unix users should be pleased, we are eliminating start.c win32 cruft
from the misc/unix branch. This also relocates apr_app_initialize() from
the apr_app.c win32 specific code into a 'common' module. That same stub
(an effective noop) shall soon appear in other apps.
The difference between apr_app_initialize and apr_initialize is this;
the former addresses command arguments and is used -only- for an app.
The later is still required if apr will be used by a library that is
potentially consumed by a non-apr app.
Revision Changes Path
1.33 +146 -84 apr/misc/win32/start.c