diff options
Diffstat (limited to 'winsup/cygwin/cygprops.h')
-rw-r--r-- | winsup/cygwin/cygprops.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/winsup/cygwin/cygprops.h b/winsup/cygwin/cygprops.h new file mode 100644 index 000000000..fa367bc5b --- /dev/null +++ b/winsup/cygwin/cygprops.h @@ -0,0 +1,20 @@ +/* cygprops.h: Cygwin DLL properties + + Copyright 2009 Red Hat, Inc. + +This file is part of Cygwin. + +This software is a copyrighted work licensed under the terms of the +Cygwin license. Please consult the file "CYGWIN_LICENSE" for +details. */ + +/* DLL properties data. */ +struct cygwin_props_t +{ + char magic[68]; + ULONG size; + ULONG disable_key; +}; + +#define CYGWIN_PROPS_MAGIC \ + "Fortunately, I keep my feathers numbered for just such an emergency" |