home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gpiimage.zip / IMAGE32.DEF < prev    next >
Text File  |  1998-04-20  |  407b  |  18 lines

  1. ;******* IMAGE     C Sample Program Module Definition File (.DEF) ********
  2. ;
  3. ;  The module definition file supplies extra information about the program
  4. ;  module to the LINKER.
  5. ;  Copyright 1991 IBM Corporation
  6. ;
  7. ;  Note the WINDOWAPI keyword is required for link386
  8. NAME    IMAGE WINDOWAPI
  9.  
  10. DESCRIPTION  'Image Porting Sample'
  11.  
  12. DATA    MULTIPLE
  13.  
  14. HEAPSIZE   4096
  15. STACKSIZE  16376
  16.  
  17. PROTMODE
  18.