Changeset 3321
- Timestamp:
- May 6, 2007, 5:13:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/sys-libs/bzip2/bzlib.h
r3318 r3321 67 67 68 68 69 #ifndef __KLIBC__ /* This default definition of BZ_EXPORT is silly. */ 69 70 #ifndef BZ_IMPORT 70 71 #define BZ_EXPORT 71 72 #endif 73 #endif 72 74 73 75 #ifndef BZ_NO_STDIO … … 90 92 # define BZ_EXTERN 91 93 # endif 94 #elif defined (__KLIBC__) 95 # ifdef BZ_EXPORT 96 # define BZ_API(func) func 97 # define BZ_EXTERN extern __declspec(dllexport) 98 # else 99 # define BZ_API(func) func 100 # define BZ_EXTERN extern 101 # endif 92 102 #else 93 103 # define BZ_API(func) func
Note:
See TracChangeset
for help on using the changeset viewer.