зеркало из https://github.com/mozilla/gecko-dev.git
Attempt to fix Unix builds. Evidently the #define copied from a VC++ header
file is particular to Microsoft's compiler. Bastards...
This commit is contained in:
Родитель
3dd5d89333
Коммит
5e7aaac2fc
|
@ -28,7 +28,7 @@
|
|||
#include "nsIPresContext.h"
|
||||
#include "nsIHTMLAttributes.h"
|
||||
|
||||
#define _I32_MIN (-2147483647i32 - 1) /* minimum signed 32 bit value */
|
||||
#define _I32_MIN (-2147483647 - 1) /* minimum signed 32 bit value */
|
||||
|
||||
static NS_DEFINE_IID(kIDOMHTMLLayerElementIID, NS_IDOMHTMLELEMENT_IID);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче