aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dll_init.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dll_init.h')
-rw-r--r--winsup/cygwin/dll_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h
index 24cd79b..5d6c6ab 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[MAX_PATH + 1];
+ char name[CYG_MAX_PATH + 1];
void detach ();
int init ();
};