home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / clipbrd.zip / common.h < prev    next >
Text File  |  1993-10-20  |  309b  |  6 lines

  1. #define ARG_FORMAT      "%d;%d;%d;%d"
  2. #define LO(x)           ((int) ((unsigned long) (x)))
  3. #define HI(x)           ((int) ((unsigned long) (x)) >> 16)
  4. #define JOIN(lo, hi)    ((unsigned long) ((((int) (hi)) << 16) | (int) (lo)))
  5. #define ROUTINE_ORDER   0x00009F00   /* invoke before shutting down PM */
  6.