summaryrefslogtreecommitdiff
path: root/config/xcygwin/define.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
committerIgor Pashev <pashev.igor@gmail.com>2013-01-28 19:02:21 +0000
commitf627f77f23d1497c9e1f4269b5c8812d12b42f18 (patch)
tree708772d83a8355e25155cf233d5a9e38f8ad4d96 /config/xcygwin/define.h
parent6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (diff)
downloadicon-f627f77f23d1497c9e1f4269b5c8812d12b42f18.tar.gz
Imported Upstream version 9.5.0upstream/9.5.0upstream
Diffstat (limited to 'config/xcygwin/define.h')
-rw-r--r--config/xcygwin/define.h16
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