Last change
on this file since 1481 was 1481, checked in by rlwalsh, 17 months ago |
release: v1.0.16 GA - anxwp 20231104
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.2 KB
|
Line | |
---|
1 |
|
---|
2 | ;
|
---|
3 | ; ipmon.def:
|
---|
4 | ; module definition file for IPMON.DLL, an XCenter
|
---|
5 | ; plug-in widget DLL.
|
---|
6 | ;
|
---|
7 | ; Copyright (C) 2001-2013 Ulrich Mller.
|
---|
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 IPMON INITINSTANCE TERMINSTANCE
|
---|
20 | Description '@#Ulrich Mller:1.0.16#@ XWorkplace IP monitor plugin DLL'
|
---|
21 |
|
---|
22 | DATA MULTIPLE READWRITE LOADONCALL NONSHARED
|
---|
23 |
|
---|
24 | SEGMENTS
|
---|
25 | CODE32 CLASS 'CODE' NONSHARED LOADONCALL
|
---|
26 | CODE16 CLASS 'CODE' NONSHARED LOADONCALL
|
---|
27 |
|
---|
28 | CODE LOADONCALL
|
---|
29 |
|
---|
30 | EXPORTS
|
---|
31 | IwgtInitModule @1
|
---|
32 | IwgtUnInitModule @2
|
---|
33 | IwgtQueryVersion @3
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.