mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Add windows .dsp and some kludgy pre-generated headers.
This commit is contained in:
parent
cb89565ba4
commit
11a96965c9
4 changed files with 1017 additions and 0 deletions
8
ext/sqlite/libsqlite/src/sqlite_config.w32.h
Normal file
8
ext/sqlite/libsqlite/src/sqlite_config.w32.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "config.w32.h"
|
||||
#if ZTS
|
||||
# define THREADSAFE 1
|
||||
#endif
|
||||
#if !ZEND_DEBUG
|
||||
# define NDEBUG
|
||||
#endif
|
||||
#define SQLITE_PTR_SZ 4
|
Loading…
Add table
Add a link
Reference in a new issue