source: sbliveos2/trunk/drv32/impdos.def@ 175

Last change on this file since 175 was 148, checked in by sandervl, 25 years ago

beta 0.25 update

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.7 KB
Line 
1;/************************************************************************\
2;** **
3;** OS/2(r) Physical Device Driver Libraries **
4;** for Watcom C/C++ 10 **
5;** **
6;** COPYRIGHT: **
7;** **
8;** (C) Copyright Advanced Gravis Computer Technology Ltd 1994. **
9;** All Rights Reserved. **
10;** **
11;** DISCLAIMER OF WARRANTIES: **
12;** **
13;** The following [enclosed] code is provided to you "AS IS", **
14;** without warranty of any kind. You have a royalty-free right to **
15;** use, modify, reproduce and distribute the following code (and/or **
16;** any modified version) provided that you agree that Advanced **
17;** Gravis has no warranty obligations and shall not be liable for **
18;** any damages arising out of your use of this code, even if they **
19;** have been advised of the possibility of such damages. This **
20;** Copyright statement and Disclaimer of Warranties may not be **
21;** removed. **
22;** **
23;\************************************************************************/
24
25
26;; ImpDos.def
27;;
28;; Export/import information for DOS* APIs callable at Init time.
29;;
30;; History:
31;;
32;; Sep 30, 94 David Bollo Initial version
33;; Jan 22, 97 Sander van Leeuwen Added DOSFLATCS & DOSFLATDS
34
35LIBRARY DOSCALLS
36
37EXPORTS
38 DOSBEEP @50
39 DOSCHGFILEPTR @58
40 DOSCLOSE @59
41 DOSOPEN @70
42 DOSDELETE @60
43 DOSDEVCONFIG @52
44 DOSDEVIOCTL @53
45 DOSFINDCLOSE @63
46 DOSFINDFIRST @64
47 DOSFINDNEXT @65
48 DOSGETENV @91
49 DOSGETHUGESHIFT @41
50 DOSGETMACHINEMODE @49
51 DOSGETVERSION @92
52 DOSQCURDIR @71
53 DOSQCURDISK @72
54 DOSQFILEINFO @74
55 DOSQFILEMODE @75
56 DOSREAD @137
57 DOSWRITE @138
58 DOS32FLATDS @370
59 DOS32FLATCS @369
60 DOSIODELAYCNT @427
Note: See TracBrowser for help on using the repository browser.