mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[JSCRIPT] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
@@ -16,7 +16,15 @@
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "wine/port.h"
|
||||
|
||||
#include "jscript.h"
|
||||
#include "regexp.h"
|
||||
|
||||
#include "wine/debug.h"
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(jscript);
|
||||
|
||||
typedef struct {
|
||||
jsdisp_t dispex;
|
||||
|
||||
Reference in New Issue
Block a user