Changeset 918 in webkit for trunk/JavaScriptCore/kjs/ustring.h
- Timestamp:
- Apr 1, 2002, 12:01:18 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.h
r798 r918 30 30 31 31 #ifdef APPLE_CHANGES 32 #include <KWQDef.h> 32 #ifndef KWQ_UNSIGNED_TYPES_DEFINED 33 #define KWQ_UNSIGNED_TYPES_DEFINED 34 typedef unsigned char uchar; 35 typedef unsigned short ushort; 36 typedef unsigned uint; 37 typedef unsigned long ulong; 38 #endif 33 39 #endif 34 40
Note:
See TracChangeset
for help on using the changeset viewer.