- Timestamp:
- 06/27/14 14:32:17 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 3a3b661, d1cb537
- Parents:
- 265d6a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
r7baa948 r5a15b2f 163 163 #define LT_USE_PURE @HAVE_ATTRIBUTE_PURE@ 164 164 #define LT_USE_PRINTF @HAVE_ATTRIBUTE_FORMAT@ 165 #define LT_USE_VISIBILITY @HAVE_VISIBILITY@ 165 166 166 167 #if LT_USE_PACKED … … 203 204 #else 204 205 #ifndef DLLEXPORT 205 #if HAVE_VISIBILITY && LT_BUILDING_DLL206 #if LT_USE_VISIBILITY && LT_BUILDING_DLL 206 207 #define DLLEXPORT __attribute__ ((visibility("default"))) 207 208 #define DLLLOCAL __attribute__ ((visibility("hidden")))
Note: See TracChangeset
for help on using the changeset viewer.