home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pctchnqs / 1991 / number6 / bezier / bez.def < prev    next >
Text File  |  1991-09-08  |  329b  |  13 lines

  1. ;BEZ.DEF : Definition file for BEZ.C
  2.  
  3. NAME         BEZ
  4. DESCRIPTION  'MS Windows Bez Drawing Program (c) 1991 M. Bertrand'
  5. EXETYPE      WINDOWS
  6. STUB         'WINSTUB.EXE'
  7. CODE         MOVEABLE PRELOAD
  8. DATA         MOVEABLE PRELOAD SINGLE
  9. HEAPSIZE     1024
  10. STACKSIZE    4096
  11. EXPORTS      WndProc
  12.              AboutBez
  13.