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/winternl.h b/include/winternl.h index e526678..19e497d 100644 --- a/include/winternl.h +++ b/include/winternl.h
@@ -106,8 +106,7 @@ HANDLE hStdInput; HANDLE hStdOutput; HANDLE hStdError; - UNICODE_STRING CurrentDirectoryName; - HANDLE CurrentDirectoryHandle; + CURDIR CurrentDirectory; UNICODE_STRING DllPath; UNICODE_STRING ImagePathName; UNICODE_STRING CommandLine;