Rev | Line | |
---|
[18] | 1 | ;*
|
---|
| 2 | ;* Import definitions for DOSCALLS APIs
|
---|
| 3 | ;*
|
---|
| 4 | ;* (C) 2000-2002 InnoTek Systemberatung GmbH
|
---|
| 5 | ;* (C) 2000-2001 Sander van Leeuwen (sandervl@xs4all.nl)
|
---|
| 6 | ;*
|
---|
| 7 | ;* This program is free software; you can redistribute it and/or
|
---|
| 8 | ;* modify it under the terms of the GNU General Public License as
|
---|
| 9 | ;* published by the Free Software Foundation; either version 2 of
|
---|
| 10 | ;* the License, or (at your option) any later version.
|
---|
| 11 | ;*
|
---|
| 12 | ;* This program is distributed in the hope that it will be useful,
|
---|
| 13 | ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | ;* GNU General Public License for more details.
|
---|
| 16 | ;*
|
---|
| 17 | ;* You should have received a copy of the GNU General Public
|
---|
| 18 | ;* License along with this program; if not, write to the Free
|
---|
| 19 | ;* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
|
---|
| 20 | ;* USA.
|
---|
| 21 | ;*
|
---|
| 22 |
|
---|
| 23 |
|
---|
| 24 | ;; ImpDos.def
|
---|
| 25 | ;;
|
---|
| 26 | ;; Export/import information for DOS* APIs callable at Init time.
|
---|
| 27 | ;;
|
---|
| 28 | ;; History:
|
---|
| 29 | ;;
|
---|
| 30 | ;; Sep 30, 94 David Bollo Initial version
|
---|
| 31 | ;; Jan 22, 97 Sander van Leeuwen Added DOSFLATCS & DOSFLATDS
|
---|
| 32 |
|
---|
| 33 | LIBRARY DOSCALLS
|
---|
| 34 |
|
---|
| 35 | EXPORTS
|
---|
| 36 | DOSBEEP @50
|
---|
| 37 | DOSCHGFILEPTR @58
|
---|
| 38 | DOSCLOSE @59
|
---|
| 39 | DOSOPEN @70
|
---|
| 40 | DOSDELETE @60
|
---|
| 41 | DOSDEVCONFIG @52
|
---|
| 42 | DOSDEVIOCTL @53
|
---|
| 43 | DOSFINDCLOSE @63
|
---|
| 44 | DOSFINDFIRST @64
|
---|
| 45 | DOSFINDNEXT @65
|
---|
| 46 | DOSGETENV @91
|
---|
| 47 | DOSGETHUGESHIFT @41
|
---|
| 48 | DOSGETMACHINEMODE @49
|
---|
| 49 | DOSGETVERSION @92
|
---|
| 50 | DOSQCURDIR @71
|
---|
| 51 | DOSQCURDISK @72
|
---|
| 52 | DOSQFILEINFO @74
|
---|
| 53 | DOSQFILEMODE @75
|
---|
| 54 | DOSREAD @137
|
---|
| 55 | DOSWRITE @138
|
---|
| 56 | DOS32FLATDS @370
|
---|
| 57 | DOS32FLATCS @369
|
---|
| 58 | DOSIODELAYCNT @427
|
---|
Note:
See
TracBrowser
for help on using the repository browser.