* exceptions.cc: Make windows_system_directory non-static.

* pinfo.cc (pinfo::exit): Change innocuous cd'ed location to one that is more
likely to exist.
This commit is contained in:
Christopher Faylor
2005-02-07 05:28:49 +00:00
parent 7d880770d3
commit bec2abd71e
3 changed files with 12 additions and 6 deletions

View File

@ -40,7 +40,7 @@ extern DWORD dwExeced;
static BOOL WINAPI ctrl_c_handler (DWORD);
static void signal_exit (int) __attribute__ ((noreturn));
static char windows_system_directory[1024];
char windows_system_directory[1024];
static size_t windows_system_directory_length;
/* This is set to indicate that we have already exited. */