correct Open Watcom OS/2 build

This commit is contained in:
Jiri Malak 2024-03-31 09:00:51 +02:00
parent d201f04c72
commit ab0f359a18
3 changed files with 33 additions and 0 deletions

11
zconf.h
View File

@ -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

View File

@ -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

View File

@ -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