mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[VBSCRIPT] Sync with Wine Staging 4.0. CORE-15682
This commit is contained in:
parent
4df86f782f
commit
72fa0fd6cc
7 changed files with 14 additions and 12 deletions
|
@ -969,7 +969,7 @@ void *parser_alloc(parser_ctx_t *ctx, size_t size)
|
|||
|
||||
HRESULT parse_script(parser_ctx_t *ctx, const WCHAR *code, const WCHAR *delimiter)
|
||||
{
|
||||
const WCHAR html_delimiterW[] = {'<','/','s','c','r','i','p','t','>',0};
|
||||
static const WCHAR html_delimiterW[] = {'<','/','s','c','r','i','p','t','>',0};
|
||||
|
||||
ctx->code = ctx->ptr = code;
|
||||
ctx->end = ctx->code + strlenW(ctx->code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue