home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / NA < prev    next >
Encoding:
Text File  |  1991-08-28  |  251 b   |  9 lines

  1. #define PALETTESIZE    256    /* Number of entries in the system palette     */
  2.  
  3. typedef struct tagRGPT {       /* Values for setting Min Max info          */
  4.     int iInfo[10];
  5. } RGPT;
  6. typedef RGPT lpFAR *LPRGPT;
  7.  
  8. extern void ShowColor(HWND, HDC);
  9.