Temporary work-around for problematic typedef. Not part of default build. a=leaf.

This commit is contained in:
Peter.VanderBeken%pandora.be 2000-08-26 04:45:02 +00:00
Родитель 9c40651ff5
Коммит abc3448269
1 изменённых файлов: 3 добавлений и 1 удалений

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

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