home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP19 / EDRLIB.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-01  |  190 b   |  8 lines

  1. /*----------------------
  2.    EDRLIB.H header file
  3.   ----------------------*/
  4.  
  5. #define EXPORT extern "C" __declspec (dllexport)
  6.  
  7. EXPORT BOOL CALLBACK EdrCenterText (HDC, PRECT, PSTR) ;
  8.