summaryrefslogtreecommitdiff
path: root/regex/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex/regex.h')
-rw-r--r--regex/regex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/regex/regex.h b/regex/regex.h
index fb2cd29ea46..99a0077251e 100644
--- a/regex/regex.h
+++ b/regex/regex.h
@@ -6,7 +6,11 @@ extern "C" {
#endif
/* === regex2.h === */
+#ifdef _WIN64
+typedef __int64 regoff_t;
+#else
typedef off_t regoff_t;
+#endif
struct re_guts; /* none of your business :-) */
typedef struct {
int re_magic;