mirror of https://github.com/madler/zlib
correct Open Watcom OS/2 build
This commit is contained in:
parent
d201f04c72
commit
ab0f359a18
11
zconf.h
11
zconf.h
|
@ -375,6 +375,17 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
# if defined(ZLIB_DLL)
|
||||
# if defined(__OS2__)
|
||||
# if defined(__SW_BD)
|
||||
# define ZEXPORT __export
|
||||
# define ZEXPORTVA __export
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ZEXTERN
|
||||
# define ZEXTERN extern
|
||||
#endif
|
||||
|
|
|
@ -377,6 +377,17 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
# if defined(ZLIB_DLL)
|
||||
# if defined(__OS2__)
|
||||
# if defined(__SW_BD)
|
||||
# define ZEXPORT __export
|
||||
# define ZEXPORTVA __export
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ZEXTERN
|
||||
# define ZEXTERN extern
|
||||
#endif
|
||||
|
|
11
zconf.h.in
11
zconf.h.in
|
@ -375,6 +375,17 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__WATCOMC__)
|
||||
# if defined(ZLIB_DLL)
|
||||
# if defined(__OS2__)
|
||||
# if defined(__SW_BD)
|
||||
# define ZEXPORT __export
|
||||
# define ZEXPORTVA __export
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef ZEXTERN
|
||||
# define ZEXTERN extern
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue