Changeset 3533
- Timestamp:
- Aug 23, 2007, 2:28:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrBase.h
r3525 r3533 34 34 /* 35 35 * kLdr depend on size_t, [u]intNN_t, [u]intptr_t and some related constants. 36 * If KLDR_ALREADY_INCLUDED_STD_TYPES is defined, these has already been defined. 36 * If KLDR_ALREADY_INCLUDED_STD_TYPES or KCOMMON_ALREADY_INCLUDED_STD_TYPES 37 * is defined, these has already been defined. 37 38 */ 38 #ifndef KLDR_ALREADY_INCLUDED_STD_TYPES 39 #if !defined(KLDR_ALREADY_INCLUDED_STD_TYPES) && !defined(KCOMMON_ALREADY_INCLUDED_STD_TYPES) 40 # define KCOMMON_ALREADY_INCLUDED_STD_TYPES 1 39 41 # include <sys/types.h> 40 42 # include <stddef.h> … … 73 75 # include <stdint.h> 74 76 # endif 75 #endif /* !KLDR_ALREADY_INCLUDED_STD_TYPES */ 76 77 #endif /* !KLDR_ALREADY_INCLUDED_STD_TYPES && !KCOMMON_ALREADY_INCLUDED_STD_TYPES */ 77 78 78 79 /** Get the minimum of two values. */
Note:
See TracChangeset
for help on using the changeset viewer.