diff options
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index 7687ab717..032f6a40a 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -103,6 +103,7 @@ class cygheap_user char *pdomain; /* Logon domain of the user */ char *homedrive; /* User's home drive */ char *homepath; /* User's home path */ + char *winname; /* User's name as far as Windows knows it */ PSID psid; /* buffer for user's SID */ PSID orig_psid; /* Remains intact even after impersonation */ static char homedrive_env_buf[3]; /* Where the HOMEDRIVE environment variable |