summaryrefslogtreecommitdiff
path: root/MSVC/regex
diff options
context:
space:
mode:
authorpixel <pixel>2004-12-19 16:15:26 +0000
committerpixel <pixel>2004-12-19 16:15:26 +0000
commit101fb04fff227b0ffe6ebf1a0783a70972fcd05c (patch)
tree776b1ac54baa622360c3b20bc91a80b9da4f39cf /MSVC/regex
parent0f0e19e655fa9f271642db485212d8af172926eb (diff)
Fixing (sic) regex sources.
Diffstat (limited to 'MSVC/regex')
-rw-r--r--MSVC/regex/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MSVC/regex/regex.c b/MSVC/regex/regex.c
index 86b5410..d5415ce 100644
--- a/MSVC/regex/regex.c
+++ b/MSVC/regex/regex.c
@@ -1,4 +1,6 @@
#define __STDC__ 1
+#define STDC_HEADERS 1
+#define HAVE_STRING_H 1
#define REGEX_MALLOC 1
/* Extended regular expression matching and search library,