Made server wide switch for unicode on/off (according to PDM).

This commit is contained in:
Dmitry Stogov 2006-02-13 10:23:59 +00:00
parent 5a4b6845dc
commit 09ca61c125
59 changed files with 644 additions and 805 deletions

View file

@ -75,6 +75,7 @@ SAPI_API sapi_module_struct sapi_module;
SAPI_API void sapi_startup(sapi_module_struct *sf)
{
sf->ini_entries = NULL;
sapi_module = *sf;
#ifdef ZTS