diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 150799d59..c04366014 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -12,6 +12,7 @@ details. */ #include <sys/ioctl.h> #include <fcntl.h> +#include <ntdef.h> enum executable_states { @@ -191,6 +192,7 @@ class path_conv ~path_conv (); inline char *get_win32 () { return path; } + PUNICODE_STRING get_nt_native_path (UNICODE_STRING &upath, WCHAR *wpath); operator char *() {return path;} operator const char *() {return path;} operator DWORD &() {return fileattr;} |