win32 fixes

This commit is contained in:
Wez Furlong 2003-04-22 23:24:44 +00:00
parent 9d43def392
commit 604a41e244
2 changed files with 10 additions and 1 deletions

View file

@ -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