Home | History | Annotate | Download | only in include

Lines Matching defs:FAR

237 /* The following definitions for FAR are needed only for MSDOS mixed
238 * model programming (small or medium model with some far allocations).
241 * just define FAR to be empty.
248 # define FAR _far
250 # define FAR far
257 # define FAR _far
259 # define FAR far
282 # ifdef FAR
283 # undef FAR
292 # define ZEXPORTVA FAR CDECL
323 #ifndef FAR
324 # define FAR
334 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
335 # define Bytef Byte FAR
337 typedef Byte FAR Bytef;
339 typedef char FAR charf;
340 typedef int FAR intf;
341 typedef uInt FAR uIntf;
342 typedef uLong FAR uLongf;
346 typedef void FAR *voidpf;
350 typedef Byte FAR *voidpf;