home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / region / gupdrect.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-08-11  |  137 b   |  8 lines

  1. #define PI        3.1415926535
  2. #define IDM_BOX   1
  3.  
  4. long FAR PASCAL WndProc ( HWND, unsigned, WORD, LONG );
  5. double sin(double);
  6.  
  7.  
  8.