diff options
Diffstat (limited to 'winsup/cygwin/pwdgrp.h')
-rw-r--r-- | winsup/cygwin/pwdgrp.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/pwdgrp.h b/winsup/cygwin/pwdgrp.h index 94631c5e6..7db722c12 100644 --- a/winsup/cygwin/pwdgrp.h +++ b/winsup/cygwin/pwdgrp.h @@ -35,7 +35,8 @@ class pwdgrp void (pwdgrp::*read) (); bool (pwdgrp::*parse) (); int etc_ix; - path_conv pc; + UNICODE_STRING upath; + PWCHAR path; char *buf, *lptr; int max_lines; bool initialized; @@ -67,7 +68,7 @@ class pwdgrp public: int curr_lines; - void load (const char *); + void load (const wchar_t *); inline void refresh (bool check) { if (!check && initialized) |