Last change
on this file since 252 was 252, checked in by Dmitry A. Kuminov, 16 years ago |
3rdparty: Added sketch of the Extended system tray XCenter plug-in.
|
File size:
605 bytes
|
Line | |
---|
1 | ;
|
---|
2 | ; module definition file for XSYSTRAY.DLL, an XCenter
|
---|
3 | ; plug-in widget DLL.
|
---|
4 | ;
|
---|
5 |
|
---|
6 | LIBRARY XSYSTRAY INITGLOBAL TERMGLOBAL
|
---|
7 | Description '@#netlabs.org:0.1.0#@ Extended system tray widget DLL for XCenter'
|
---|
8 | PROTMODE
|
---|
9 |
|
---|
10 | DATA 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 |
|
---|
15 | CODE LOADONCALL
|
---|
16 |
|
---|
17 | EXPORTS
|
---|
18 | WgtInitModule @1
|
---|
19 | WgtUnInitModule @2
|
---|
20 | WgtQueryVersion @3
|
---|
Note:
See
TracBrowser
for help on using the repository browser.