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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/dll_init.h b/winsup/cygwin/dll_init.h
index afe7a0e70..d1be1622a 100644
--- a/winsup/cygwin/dll_init.h
+++ b/winsup/cygwin/dll_init.h
@@ -1,7 +1,7 @@
/* dll_init.h
Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008,
- 2009, 2010, 2011, 2012 Red Hat, Inc.
+ 2009 Red Hat, Inc.
This file is part of Cygwin.
@@ -54,9 +54,9 @@ struct dll
dll_type type;
long ndeps;
dll** deps;
+ PWCHAR modname;
DWORD image_size;
void* preferred_base;
- PWCHAR modname;
WCHAR name[1];
void detach ();
int init ();