diff options
Diffstat (limited to 'winsup/cygwin/cygheap.h')
-rw-r--r-- | winsup/cygwin/cygheap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index d50e16eea..f8777ccd9 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -109,6 +109,9 @@ class cygheap_user info may live. */ static char homepath_env_buf[MAX_PATH + 1]; /* Where the HOMEPATH environment variable info may live. */ + static char userprofile_env_buf[MAX_PATH + 1]; /* Where the USERPROFILE + environment variable info + may live. */ public: __uid32_t orig_uid; /* Remains intact even after impersonation */ __gid32_t orig_gid; /* Ditto */ |