OSDN Git Service

* path.cc (conv_path_list): Take cygwin_conv_path_t as third parameter.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / cygprops.h
1 /* cygprops.h: Cygwin DLL properties
2
3    Copyright 2009 Red Hat, Inc.
4
5 This file is part of Cygwin.
6
7 This software is a copyrighted work licensed under the terms of the
8 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
9 details. */
10
11 /* DLL properties data. */
12 struct cygwin_props_t
13 {
14   char magic[68];
15   ULONG size;
16   ULONG disable_key;
17 };
18
19 #define CYGWIN_PROPS_MAGIC \
20   "Fortunately, I keep my feathers numbered for just such an emergency"