From 69d704beff528d3526f4c2cd0ee3da112d70d53a Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 13 Aug 2008 08:25:44 +0000 Subject: * dll_init.cc: Throughout convert to use long pathnames. * dll_init.h (struct dll): Change name to WCHAR, change operator [] to take PWCHAR argument. --- winsup/cygwin/dll_init.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/cygwin/dll_init.h') diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h index a7601e78b..dd7dfb3d7 100644 --- a/winsup/cygwin/dll_init.h +++ b/winsup/cygwin/dll_init.h @@ -51,7 +51,7 @@ struct dll int count; dll_type type; int namelen; - char name[NT_MAX_PATH]; + WCHAR name[NT_MAX_PATH]; void detach (); int init (); }; @@ -68,7 +68,7 @@ public: int tot; int loaded_dlls; int reload_on_fork; - dll *operator [] (const char *name); + dll *operator [] (const PWCHAR name); dll *alloc (HINSTANCE, per_process *, dll_type); void detach (void *); void init (); -- cgit v1.2.3