summaryrefslogtreecommitdiff
path: root/ext/mbstring/php_mbregex.c
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2002-12-02 18:19:17 +0000
committerFrank M. Kromann <fmk@php.net>2002-12-02 18:19:17 +0000
commita7f3ad42a4e73e79426b055d6e8c95288cf761c1 (patch)
treeb140c9ec5d33ba51dfeca2c9ef0df6691a6213ae /ext/mbstring/php_mbregex.c
parent7fd0c8b59329973b8379933aff66ec18d962d3f8 (diff)
downloadphp-git-a7f3ad42a4e73e79426b055d6e8c95288cf761c1.tar.gz
Fixing build on WIn32
MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32
Diffstat (limited to 'ext/mbstring/php_mbregex.c')
-rw-r--r--ext/mbstring/php_mbregex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/php_mbregex.c b/ext/mbstring/php_mbregex.c
index 39fc048a46..8ae848ae6f 100644
--- a/ext/mbstring/php_mbregex.c
+++ b/ext/mbstring/php_mbregex.c
@@ -25,9 +25,9 @@
#include "php.h"
#include "php_ini.h"
-#include "php_mbregex.h"
-#include "mbregex.h"
#include "mbstring.h"
+#include "mbregex.h"
+#include "php_mbregex.h"
#if HAVE_MBREGEX