source: trunk/src/3rdparty/os2/xsystray/plugin/w_xsystray.def@ 843

Last change on this file since 843 was 837, checked in by Dmitry A. Kuminov, 15 years ago

xsystray: Moved instant API documentation from .c to xsystray.h and bumped the version number to 0.1.1 due to r836.

File size: 605 bytes
Line 
1;
2; module definition file for XSYSTRAY.DLL, an XCenter
3; plug-in widget DLL.
4;
5
6LIBRARY XSYSTRAY INITGLOBAL TERMGLOBAL
7Description '@#netlabs.org:0.1.1#@ Extended system tray widget DLL for XCenter'
8PROTMODE
9
10DATA MULTIPLE READWRITE LOADONCALL NONSHARED
11; doesn't really matter, because the widget is only ever used
12; in the WPS process; we use MULTIPLE NONSHARED here to reduce
13; the amount of shared memory that is needed for the DLL
14
15CODE LOADONCALL
16
17EXPORTS
18 WgtInitModule @1
19 WgtUnInitModule @2
20 WgtQueryVersion @3
Note: See TracBrowser for help on using the repository browser.