home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / toolkt21 / c / samples / queues / svrqueue.def < prev    next >
Encoding:
Text File  |  1993-03-12  |  300 b   |  12 lines

  1. ;-------------------------------------
  2. ; SVRQUEUE.DEF module definition file
  3. ;-------------------------------------
  4.  
  5. NAME           SVRQUEUE  WINDOWAPI
  6.  
  7. DESCRIPTION    'Server end of Queue program, (c) IBM Corp.'
  8. PROTMODE
  9. HEAPSIZE       2048
  10. STACKSIZE      8192
  11. EXPORTS        MainWndProc
  12.