Home | History | Annotate | Download | only in zlib

Lines Matching defs:FAR

246 /* The following definitions for FAR are needed only for MSDOS mixed
247 * model programming (small or medium model with some far allocations).
250 * just define FAR to be empty.
257 # define FAR _far
259 # define FAR far
266 # define FAR _far
268 # define FAR far
291 # ifdef FAR
292 # undef FAR
301 # define ZEXPORTVA FAR CDECL
328 #ifndef FAR
329 # define FAR
339 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
340 # define Bytef Byte FAR
342 typedef Byte FAR Bytef;
344 typedef char FAR charf;
345 typedef int FAR intf;
346 typedef uInt FAR uIntf;
347 typedef uLong FAR uLongf;
351 typedef void FAR *voidpf;
355 typedef Byte FAR *voidpf;