mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[JSCRIPT] Sync with Wine Staging 2.2. CORE-12823
493659e jscript: Make scope_push() static. svn path=/trunk/; revision=73953
This commit is contained in:
@@ -384,7 +384,7 @@ static inline void clear_ret(call_frame_t *frame)
|
||||
jsval_release(steal_ret(frame));
|
||||
}
|
||||
|
||||
HRESULT scope_push(scope_chain_t *scope, jsdisp_t *jsobj, IDispatch *obj, scope_chain_t **ret)
|
||||
static HRESULT scope_push(scope_chain_t *scope, jsdisp_t *jsobj, IDispatch *obj, scope_chain_t **ret)
|
||||
{
|
||||
scope_chain_t *new_scope;
|
||||
|
||||
|
||||
@@ -199,7 +199,6 @@ typedef struct _scope_chain_t {
|
||||
struct _scope_chain_t *next;
|
||||
} scope_chain_t;
|
||||
|
||||
HRESULT scope_push(scope_chain_t*,jsdisp_t*,IDispatch*,scope_chain_t**) DECLSPEC_HIDDEN;
|
||||
void scope_release(scope_chain_t*) DECLSPEC_HIDDEN;
|
||||
|
||||
static inline scope_chain_t *scope_addref(scope_chain_t *scope)
|
||||
|
||||
@@ -85,7 +85,7 @@ reactos/dll/win32/inseng # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/iphlpapi # Out of sync
|
||||
reactos/dll/win32/itircl # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/itss # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/jscript # Synced to WineStaging-1.9.23
|
||||
reactos/dll/win32/jscript # Synced to WineStaging-2.2
|
||||
reactos/dll/win32/jsproxy # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/loadperf # Synced to WineStaging-1.9.11
|
||||
reactos/dll/win32/lz32 # Synced to WineStaging-1.9.11
|
||||
|
||||
Reference in New Issue
Block a user