Last change
on this file since 1457 was 1457, checked in by rlwalsh, 3 years ago |
release: v1.0.15 GA
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.3 KB
|
Line | |
---|
1 |
|
---|
2 | ;
|
---|
3 | ; sentinel.def:
|
---|
4 | ; module definition file for SENTINEL.DLL, an XCenter
|
---|
5 | ; plug-in widget DLL.
|
---|
6 | ;
|
---|
7 | ; Note that we better name the DLL XTHESEUS because
|
---|
8 | ; we will run into name conflicts otherwise.
|
---|
9 | ;
|
---|
10 | ; Copyright (C) 2001-2013 Ulrich Mller.
|
---|
11 | ; This file is part of the XWorkplace source package.
|
---|
12 | ; XWorkplace is free software; you can redistribute it and/or modify
|
---|
13 | ; it under the terms of the GNU General Public License as published
|
---|
14 | ; by the Free Software Foundation, in version 2 as it comes in the
|
---|
15 | ; "COPYING" file of the XWorkplace main distribution.
|
---|
16 | ; This program is distributed in the hope that it will be useful,
|
---|
17 | ; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
18 | ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
19 | ; GNU General Public License for more details.
|
---|
20 | ;
|
---|
21 |
|
---|
22 | LIBRARY SENTINEL INITINSTANCE TERMINSTANCE
|
---|
23 | Description '@#Ulrich Mller:1.0.15#@ XWorkplace memory sentinel plugin DLL'
|
---|
24 |
|
---|
25 | DATA MULTIPLE READWRITE LOADONCALL NONSHARED
|
---|
26 |
|
---|
27 | SEGMENTS
|
---|
28 | CODE32 CLASS 'CODE' NONSHARED LOADONCALL
|
---|
29 | CODE16 CLASS 'CODE' NONSHARED LOADONCALL
|
---|
30 |
|
---|
31 | CODE LOADONCALL
|
---|
32 |
|
---|
33 | EXPORTS
|
---|
34 | TwgtInitModule @1
|
---|
35 | TwgtUnInitModule @2
|
---|
36 | TwgtQueryVersion @3
|
---|
37 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.