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

  1. NAME           OpenIcon
  2. DESCRIPTION    'Demonstration for the Windows OpenIcon function'
  3. STUB           'WINSTUB.EXE'
  4. CODE           MOVEABLE
  5. DATA           MOVEABLE MULTIPLE
  6. HEAPSIZE       1024
  7. STACKSIZE      4096
  8. EXPORTS        WndProc1 WndProc2
  9. 
  10.