Home | History | Annotate | Download | only in zlib

Lines Matching defs:FAR

177 /* The following definitions for FAR are needed only for MSDOS mixed
178 * model programming (small or medium model with some far allocations).
181 * just define FAR to be empty.
188 # define FAR _far
190 # define FAR far
197 # define FAR _far
199 # define FAR far
222 # ifdef FAR
223 # undef FAR
232 # define ZEXPORTVA FAR CDECL
259 #ifndef FAR
260 # define FAR
270 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
271 # define Bytef Byte FAR
273 typedef Byte FAR Bytef;
275 typedef char FAR charf;
276 typedef int FAR intf;
277 typedef uInt FAR uIntf;
278 typedef uLong FAR uLongf;
282 typedef void FAR *voidpf;
286 typedef Byte FAR *voidpf;
313 # ifdef FAR
314 # undef FAR