source: trunk/src/win16ldr/odindll.def@ 10366

Last change on this file since 10366 was 5954, checked in by sandervl, 24 years ago

Preliminary verison of win16 loader

File size: 507 bytes
Line 
1LIBRARY ODINDLL
2EXETYPE WINDOWS
3CODE SHARED PRELOAD MOVEABLE DISCARDABLE
4DATA SHARED PRELOAD MOVEABLE SINGLE
5HEAPSIZE 1024
6EXPORTS
7 WEP PRIVATE
8; To implement your own Windows Exit Procedure add the following
9; function to your application (referring to it in the .def file is
10; not required.) The extern "C" is only required if module is C++.
11; extern "C" int FAR PASCAL _WEP(int)
12; {
13; /* Your WEP functionality goes here */
14; return 1;
15; }
16
17 MYGETVERSION @1
18 MYWINEXEC @2
Note: See TracBrowser for help on using the repository browser.