home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / controls / spincube / spintest.def < prev    next >
Text File  |  1993-02-03  |  286b  |  17 lines

  1. NAME         Spintest
  2.  
  3. DESCRIPTION  'Sample Microsoft Win32 Application'
  4.  
  5.  
  6. STUB         'WINSTUB.EXE'
  7.  
  8. CODE         PRELOAD MOVEABLE DISCARDABLE
  9. DATA         PRELOAD MOVEABLE MULTIPLE
  10.  
  11. HEAPSIZE     1024
  12. STACKSIZE    5120
  13.  
  14. EXPORTS
  15.     MainWndProc  @1
  16.     DlgProc      @2
  17.