Changeset 3321


Ignore:
Timestamp:
May 6, 2007, 5:13:07 AM (18 years ago)
Author:
bird
Message:

dllexport just to make sure we didn't miss anything.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-libs/bzip2/bzlib.h

    r3318 r3321  
    6767
    6868
     69#ifndef __KLIBC__ /* This default definition of BZ_EXPORT is silly. */
    6970#ifndef BZ_IMPORT
    7071#define BZ_EXPORT
    7172#endif
     73#endif
    7274
    7375#ifndef BZ_NO_STDIO
     
    9092#   define BZ_EXTERN
    9193#   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
    92102#else
    93103#   define BZ_API(func) func
Note: See TracChangeset for help on using the changeset viewer.