Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dll_init.h')
-rw-r--r--winsup/cygwin/dll_init.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h
index dd7dfb3d7..b6c24b2fb 100644
--- a/winsup/cygwin/dll_init.h
+++ b/winsup/cygwin/dll_init.h
@@ -1,6 +1,7 @@
/* dll_init.h
- Copyright 1998, 1999, 2000, 2001 Red Hat, Inc.
+ Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008,
+ 2009 Red Hat, Inc.
This file is part of Cygwin.
@@ -51,7 +52,7 @@ struct dll
int count;
dll_type type;
int namelen;
- WCHAR name[NT_MAX_PATH];
+ WCHAR name[ANYSIZE_ARRAY];
void detach ();
int init ();
};