Changeset 8530
- Timestamp:
- 05/02/08 12:55:54 (8 months ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r8245 r8530 243 243 * @param GCType The GC type. 244 244 */ 245 #define GCPTRTYPE(GCType) CTXTYPE(GCType, RTGCPTR , RTGCPTR)245 #define GCPTRTYPE(GCType) CTXTYPE(GCType, RTGCPTR32, RTGCPTR32) 246 246 247 247 /** @def R3R0PTRTYPE

