Home | History | Annotate | Download | only in include

Lines Matching defs:FAR

174 /* The following definitions for FAR are needed only for MSDOS mixed
175 * model programming (small or medium model with some far allocations).
178 * just define FAR to be empty.
185 # define FAR _far
187 # define FAR far
194 # define FAR _far
196 # define FAR far
219 # ifdef FAR
220 # undef FAR
229 # define ZEXPORTVA FAR CDECL
256 #ifndef FAR
257 # define FAR
267 /* Borland C/C++ and some old MSC versions ignore FAR inside typedef */
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
272 typedef char FAR charf;
273 typedef int FAR intf;
274 typedef uInt FAR uIntf;
275 typedef uLong FAR uLongf;
279 typedef void FAR *voidpf;
283 typedef Byte FAR *voidpf;
310 # ifdef FAR
311 # undef FAR