[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:
Amine Khaldi 2017-02-26 17:39:01 +00:00
parent 508223165a
commit 7643fdc6bb
3 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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)

View file

@ -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