Changeset 1756 for trunk/lib/wandio.h
- Timestamp:
- 03/06/12 14:15:17 (15 months ago)
- File:
-
- 1 edited
-
trunk/lib/wandio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/wandio.h
r1727 r1756 39 39 #include <inttypes.h> 40 40 #include <stdbool.h> 41 42 #if __GNUC__ >= 4 43 #ifdef LT_BUILDING_DLL 44 #define DLLEXPORT __attribute__ ((visibility("default"))) 45 #define DLLLOCAL __attribute__ ((visibility("hidden"))) 46 #else 47 #define DLLEXPORT 48 #define DLLLOCAL 49 #endif 50 #else 51 #define DLLEXPORT 52 #define DLLLOCAL 53 #endif 54 55 41 56 42 57 /** @file
Note: See TracChangeset
for help on using the changeset viewer.
