src > apr > misc > unix > start.c > apr_app_initialize

「src/apr/misc/unix/start.c/apr_app_initialize」の編集履歴(バックアップ)一覧はこちら

src/apr/misc/unix/start.c/apr_app_initialize」(2010/06/30 (水) 21:40:20) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

APR_DECLARE(apr_status_t) apr_app_initialize(int *argc, const char * const * *argv, const char * const * *env) { /* An absolute noop. At present, only Win32 requires this stub, but it's * required in order to move command arguments passed through the service * control manager into the process, and it's required to fix the char* * data passed in from win32 unicode into utf-8, win32's apr internal fmt. */ return apr_initialize(); }

表示オプション

横に並べて表示:
変化行の前後のみ表示: