source: trunk/src/frontend/warpin_emx.def@ 540

Last change on this file since 540 was 540, checked in by pr, 9 years ago

Prevent REXX from running with WIC in -t, -q and -m modes.
Fix crash in WIC -q mode when package not installed.
Correct several options in WIC relating to WirexxShowMessage handling.

  • Property svn:eol-style set to CRLF
  • Property svn:keywords set to Author Date Id Revision
File size: 421 bytes
Line 
1;
2; warpin_emx.def:
3; different module definition file for use with
4; EMX, because EMX doesn't know the prototypes
5; listed below.
6
7NAME WARPIN WINDOWAPI
8
9Description '@#OS/2 Netlabs:1.0.22#@ WarpIN installer (EMX)'
10
11STACKSIZE 65536
12
13IMPORTS
14 DosReplaceModule = DOSCALLS.417
15 DosQProcStatus = DOSCALLS.154
16 DOS16SIZESEG = DOSCALLS.126
17 DOSQUERYMODFROMEIP = DOSCALLS.360
18
Note: See TracBrowser for help on using the repository browser.