home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / icon / icontest.def < prev    next >
Encoding:
Text File  |  1988-08-11  |  225 b   |  16 lines

  1. NAME    IconTest
  2.  
  3. DESCRIPTION 'Icon Test Program'
  4.  
  5. STUB    'WINSTUB.EXE'
  6.  
  7. CODE    MOVEABLE
  8. DATA    MOVEABLE MULTIPLE
  9.  
  10. HEAPSIZE  4096
  11. STACKSIZE 8192
  12.  
  13. EXPORTS
  14.     WndProc          @1
  15.     ResourceHandler  @2
  16.