Temporary work-around for problematic typedef. Not part of default build. a=leaf.
git-svn-id: svn://10.0.0.236/trunk@77270 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user