From 8a8ee9bd1fc3c767c2e837593da75f2619017382 Mon Sep 17 00:00:00 2001 From: Grant Gayed Date: Mon, 29 Apr 2013 13:17:11 -0400 Subject: #define int32_t --- .../Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h index e413b7c3a2..31a9529f2c 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h +++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/library/nsIScriptContext_17.h @@ -13,6 +13,7 @@ #ifndef nsIScriptContext17_h__ //SWT-20130307 #define nsIScriptContext17_h__ //SWT-20130307 +#define int32_t int //SWT-20130307 #define uint32_t unsigned int //SWT-20130307 #include "nscore.h" //#include "nptypes.h" //SWT-20130307 -- cgit