diff --git a/mozilla/extensions/transformiix/source/base/baseutils.h b/mozilla/extensions/transformiix/source/base/baseutils.h index 4aa69e96ba2..c15a4db84bd 100644 --- a/mozilla/extensions/transformiix/source/base/baseutils.h +++ b/mozilla/extensions/transformiix/source/base/baseutils.h @@ -24,7 +24,7 @@ * Tom Kneeland, tomk@mitre.org * -- added UInt32 to provide a common unsigned integer * - * $Id: baseutils.h,v 1.4 2000-03-02 09:22:29 kvisco%ziplink.net Exp $ + * $Id: baseutils.h,v 1.5 2000-08-26 04:45:02 Peter.VanderBeken%pandora.be Exp $ */ // Basic Definitions used throughout many of these classes @@ -34,7 +34,9 @@ #define TRANSFRMX_BASEUTILS_H typedef int Int32; +#ifndef nsNetUtil_h__ typedef unsigned int UInt32; +#endif typedef Int32 MBool;