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

cygprops.h « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa367bc5b7131328a86e3049599574194e3d2219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"