home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / usbd0906.zip / usb_20020906.zip / usbcalls / samples / fmradio / widget.def < prev    next >
Text File  |  2001-11-13  |  1KB  |  36 lines

  1.  
  2. ;
  3. ; ____sample.def:
  4. ;       module definition file for SAMPLE.DLL, an XCenter
  5. ;       plug-in widget DLL.
  6. ;
  7. ;       Copyright (C) 2000 Ulrich Möller.
  8. ;       This file is part of the XWorkplace source package.
  9. ;       XWorkplace is free software; you can redistribute it and/or modify
  10. ;       it under the terms of the GNU General Public License as published
  11. ;       by the Free Software Foundation, in version 2 as it comes in the
  12. ;       "COPYING" file of the XWorkplace main distribution.
  13. ;       This program is distributed in the hope that it will be useful,
  14. ;       but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ;       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. ;       GNU General Public License for more details.
  17. ;
  18.  
  19. LIBRARY WIDGET INITGLOBAL TERMGLOBAL
  20. Description '@#Markus Montkowski:0.0.1#@ XCenter USB Radio Plugin'
  21. PROTMODE
  22.  
  23. DATA              MULTIPLE READWRITE LOADONCALL NONSHARED
  24. ;       doesn't really matter, because the widget is only ever used
  25. ;       in the WPS process; we use MULTIPLE NONSHARED here to reduce
  26. ;       the amount of shared memory that is needed for the DLL
  27.  
  28. CODE              LOADONCALL
  29.  
  30. EXPORTS
  31.     WgtInitModule      @1
  32.     WgtUnInitModule    @2
  33.     WgtQueryVersion    @3
  34.  
  35.  
  36.