- Timestamp:
- 06/23/14 22:12:51 (8 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:
- 5ba34eb
- Parents:
- e3a639a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/libtrace.h.in
re3a639a red81f74 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.