зеркало из https://github.com/mozilla/pjs.git
Made sure that _I32_MIN is defined (it appears to be a Windows only thing)
This commit is contained in:
Родитель
9344766cbc
Коммит
c8fa542211
|
@ -26,6 +26,10 @@
|
|||
#include "nsIPresContext.h"
|
||||
#include <limits.h>
|
||||
|
||||
#if !defined(_I32_MIN)
|
||||
#define _I32_MIN (-2147483647i32 - 1) /* minimum signed 32 bit value */
|
||||
#endif
|
||||
|
||||
static NS_DEFINE_IID(kIStyleRuleIID, NS_ISTYLE_RULE_IID);
|
||||
|
||||
class LayerPart : public nsHTMLContainer {
|
||||
|
|
Загрузка…
Ссылка в новой задаче