mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
win32 fixes
This commit is contained in:
parent
9d43def392
commit
604a41e244
2 changed files with 10 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#if ZTS
|
||||
# define THREADSAFE 1
|
||||
#endif
|
||||
#if !ZEND_DEBUG
|
||||
#if !ZEND_DEBUG && !defined(NDEBUG)
|
||||
# define NDEBUG
|
||||
#endif
|
||||
#define SQLITE_PTR_SZ 4
|
Loading…
Add table
Add a link
Reference in a new issue