commit | a3e0cfc5fb2fd9a967e76685eb877918b4bb0ab3 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Jul 16 18:21:34 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 16 18:21:34 2000 +0000 |
tree | ae93245e206ed67afb7e97c0d0af056bb8710ca4 | |
parent | 56adb25f7df07fc00c6b8785612475c2210685af [diff] [blame] |
Get full path of argv[0] before we change directories. Make sure process names are long path names. Cleaned up initialisation a bit.
diff --git a/include/options.h b/include/options.h index 5df0105..5500286 100644 --- a/include/options.h +++ b/include/options.h
@@ -21,6 +21,7 @@ extern struct options Options; extern const char *argv0; +extern const char *full_argv0; extern void OPTIONS_Usage(void) WINE_NORETURN; extern void OPTIONS_ParseOptions( char *argv[] );