summaryrefslogtreecommitdiffstats
path: root/generic/regcustom.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/regcustom.h')
-rw-r--r--generic/regcustom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/regcustom.h b/generic/regcustom.h
index 1c970ea..d907ca7 100644
--- a/generic/regcustom.h
+++ b/generic/regcustom.h
@@ -74,7 +74,11 @@
#endif
/* Interface types */
#define __REG_WIDE_T Tcl_UniChar
+#ifdef __CYGWIN__
+#define __REG_REGOFF_T int /* Not really right, but good enough... */
+#else
#define __REG_REGOFF_T long /* Not really right, but good enough... */
+#endif
#define __REG_VOID_T void
#define __REG_CONST const
/* Names and declarations */