home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / MSGDP206.SZH / MKFP.H < prev    next >
Text File  |  1990-07-30  |  176b  |  7 lines

  1. /* PUBLIC DOMAIN */
  2.  
  3. #if !defined(MK_FP)
  4. #define MK_FP(seg,ofs)      ((void far *) (((unsigned long)(seg) << 16) | \
  5.                             (unsigned)(ofs)))
  6. #endif
  7.