diff options
Diffstat (limited to 'sapi/activescript/php5as_scriptengine.h')
-rw-r--r-- | sapi/activescript/php5as_scriptengine.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sapi/activescript/php5as_scriptengine.h b/sapi/activescript/php5as_scriptengine.h index 83ab582cc2..55019743b8 100644 --- a/sapi/activescript/php5as_scriptengine.h +++ b/sapi/activescript/php5as_scriptengine.h @@ -27,8 +27,6 @@ #define ACTIVEPHP_THREADING_MODE COINIT_APARTMENTTHREADED #endif -#define ACTIVEPHP_HAS_OWN_THREAD 1 - #define WM_ACTIVEPHP_SERIALIZE WM_USER + 200 enum activephp_engine_func { /* if you change the order, change marshal.cpp too */ @@ -40,6 +38,7 @@ enum activephp_engine_func { /* if you change the order, change marshal.cpp too APHP_Close, APHP_AddTypeLib, APHP_AddScriptlet, + APHP_ParseProcedureText, APHP__Max }; |