Fix [-Wundef] warning in MBString extension

This commit is contained in:
George Peter Banyard 2020-05-12 17:59:17 +02:00
parent c19887496e
commit 68164f40ce
10 changed files with 73 additions and 73 deletions

View file

@ -35,7 +35,7 @@
#include "php.h"
#include "php_ini.h"
#if HAVE_MBSTRING
#ifdef HAVE_MBSTRING
/* include case folding data generated from the official UnicodeData.txt file */
#include "mbstring.h"