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