diff options
Diffstat (limited to 'config/xcygwin/define.h')
-rw-r--r-- | config/xcygwin/define.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config/xcygwin/define.h b/config/xcygwin/define.h new file mode 100644 index 0000000..f939ed2 --- /dev/null +++ b/config/xcygwin/define.h @@ -0,0 +1,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 |