mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
8 lines
No EOL
143 B
C
8 lines
No EOL
143 B
C
#include "config.w32.h"
|
|
#if ZTS
|
|
# define THREADSAFE 1
|
|
#endif
|
|
#if !ZEND_DEBUG && !defined(NDEBUG)
|
|
# define NDEBUG
|
|
#endif
|
|
#define SQLITE_PTR_SZ 4 |