mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 14:02:03 +00:00
[JSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
919215fd3b
commit
8dba275bd6
38 changed files with 859 additions and 453 deletions
|
@ -16,8 +16,12 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include "jscript.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
/*
|
||||
* This is the length of a string that is considered to be long enough to be
|
||||
* worth the rope to avoid copy.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue