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:
troy%netscape.com 1998-10-23 17:14:27 +00:00
Родитель 3dd5d89333
Коммит 5e7aaac2fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);