commit | dfcfc98ed0649e7ef09ccdaaab000d7d9bd7efa7 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Apr 16 05:00:46 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Apr 16 05:00:46 2004 +0000 |
tree | 5849afe2bd29a5a27af9cbfc92fd7c99c844ae79 | |
parent | 684b65cd522fff5cc8d17e63a377432c08a47ebc [diff] [blame] |
RtlSetCurrentDirectory_U: store a handle to the current directory along with its name.
diff --git a/include/thread.h b/include/thread.h index 9c2ae9f..335e364 100644 --- a/include/thread.h +++ b/include/thread.h
@@ -143,7 +143,7 @@ /* the following fields do not exist under Windows */ UNICODE_STRING exe_str; /* exe name string pointed to by exe_name */ - UNICODE_STRING curdir; /* current directory */ + CURDIR curdir; /* current directory */ WCHAR curdir_buffer[MAX_PATH]; } WIN16_SUBSYSTEM_TIB;