home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / windows / c / xlisp21w / sources / xsdemo.def < prev    next >
Encoding:
Text File  |  1993-02-28  |  398 b   |  17 lines

  1. NAME        XSDEMO
  2. DESCRIPTION    'XLisp client example'
  3. EXETYPE         WINDOWS
  4. STUB        'WINSTUB.EXE'
  5. CODE        PRELOAD MOVEABLE DISCARDABLE
  6. DATA        PRELOAD MOVEABLE MULTIPLE
  7. HEAPSIZE    1024
  8. STACKSIZE    8192
  9. EXPORTS        WndProc
  10.         CmdDlgProc
  11. IMPORTS        XServer.XDStartServer
  12.         XServer.XDTerminateServer
  13.         XServer.XDSendRequest
  14.         XServer.XDGetReply
  15.         XServer.XDDebug
  16.         XServer.XDDeleteReply
  17.         XServer.xstrncpy