home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / petzold / chap16 / hdrlib.def < prev    next >
Encoding:
Text File  |  1989-02-20  |  364 b   |  14 lines

  1. ;-----------------------------------
  2. ; HDRLIB.DEF module definition file
  3. ;-----------------------------------
  4.  
  5. LIBRARY        HDRLIB    INITINSTANCE
  6.  
  7. DESCRIPTION    '"Handy Drawing Routines" DLL (C) Charles Petzold, 1988'
  8. PROTMODE
  9. DATA           NONSHARED
  10. HEAPSIZE       1024
  11. EXPORTS        HdrPuts
  12.                _HdrPrintf
  13.                HdrEllipse
  14.