Changeset 1337
- Timestamp:
- 02/04/08 16:28:26 (9 months ago)
- Files:
-
- trunk/lib/libtrace.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/libtrace.h.in
r1332 r1337 86 86 #define LT_BITFIELD64 uint64_t 87 87 #else 88 # include <stdint.h> 88 #ifdef HAVE_STDINT_H 89 # include <stdint.h> 90 #endif 89 91 #ifdef HAVE_GCCVISIBILITYPATCH 90 92 #define DLLEXPORT __attribute__ (visibility("default"))
