diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-28 19:02:21 +0000 |
commit | f627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch) | |
tree | 708772d83a8355e25155cf233d5a9e38f8ad4d96 /config/cygwin/define.h | |
parent | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff) | |
download | icon-upstream.tar.gz |
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'config/cygwin/define.h')
-rw-r--r-- | config/cygwin/define.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cygwin/define.h b/config/cygwin/define.h index d2925a0..b9d823d 100644 --- a/config/cygwin/define.h +++ b/config/cygwin/define.h @@ -1,5 +1,5 @@ /* - * Icon configuration file for Cygwin environment on Microsoft Windows + * 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 */ @@ -7,10 +7,10 @@ #define FAttrib /* enable fattrib() extension */ #define WinExtns /* enable native Windows functions */ -#define CComp "gcc" +#define LoadFunc 1 /* enable dynamic loading */ #define ExecSuffix ".exe" #define IcodeSuffix ".exe" #define BinaryHeader -#define MaxHdr 16384 +#define MaxHdr 16384 |