mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 808278 - Unable to Build with VS2008SP1/VC9 since Bug 740015 (Update Yarr to WebKit rev 130234). r=dmandelin
This commit is contained in:
parent
8b298f4026
commit
dc6d76e6b8
@ -31,7 +31,7 @@
|
||||
#include "TypeTraits.h"
|
||||
|
||||
#include <limits>
|
||||
#include <stdint.h>
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# undef min
|
||||
|
@ -30,7 +30,7 @@
|
||||
namespace JSC { namespace Yarr {
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include "mozilla/StandardInteger.h"
|
||||
|
||||
uint16_t ucs2CharacterSet0[] = { 0x01c4u, 0x01c5u, 0x01c6u, 0 };
|
||||
uint16_t ucs2CharacterSet1[] = { 0x01c7u, 0x01c8u, 0x01c9u, 0 };
|
||||
|
@ -26,7 +26,7 @@
|
||||
#ifndef YarrCanonicalizeUCS2_H
|
||||
#define YarrCanonicalizeUCS2_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "mozilla/StandardInteger.h"
|
||||
#include "wtfbridge.h"
|
||||
#include "assembler/wtf/Assertions.h"
|
||||
|
||||
|
@ -180,7 +180,7 @@ print('#include "assembler/wtf/Assertions.h"');
|
||||
print();
|
||||
print("namespace JSC { namespace Yarr {");
|
||||
print();
|
||||
print("#include <stdint.h>");
|
||||
print('#include "mozilla/StandardInteger.h"');
|
||||
print();
|
||||
|
||||
for (i in characterSetInfo) {
|
||||
|
Loading…
Reference in New Issue
Block a user