blob: f939ed23a49b88d84e9a5d20dd50007160aa3348 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* Icon configuration file for Cygwin using X Window System graphics
*/
#define MSWIN 1 /* this configuration is for Microsoft Windows */
#define CYGWIN 1 /* this configuration uses Cygwin API */
#define XWindows 1 /* this configuration uses X Windows for graphics */
#define FAttrib /* enable fattrib() extension */
#define LoadFunc 1 /* enable dynamic loading */
#define ExecSuffix ".exe"
#define IcodeSuffix ".exe"
#define BinaryHeader
#define MaxHdr 16384
|