Changeset 2439
- Timestamp:
- 04/30/07 17:35:26 (2 years ago)
- Files:
-
- trunk/include/iprt/cdefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/iprt/cdefs.h
r2437 r2439 402 402 #else 403 403 # if __GNUC__ >= 4 404 # define DECLEXPORT(type) __attribute__((visibility("default"))) type404 # define DECLEXPORT(type) __attribute__((visibility("default"))) type 405 405 # else 406 # define DECLEXPORT(type) 406 # define DECLEXPORT(type) type 407 407 # endif 408 408 #endif

