mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-08-02 04:18:18 -04:00
github publish
This commit is contained in:
commit
506e23bf32
542 changed files with 120675 additions and 0 deletions
18
LIBS/DOSERR.H
Normal file
18
LIBS/DOSERR.H
Normal file
|
@ -0,0 +1,18 @@
|
|||
/*void install_dos_error(void *,void *);
|
||||
#pragma aux install_dos_error parm [eax][edx] modify [ebx ecx esi edi]
|
||||
*/
|
||||
|
||||
#define _ERR_WRITE 1
|
||||
#define _ERR_SYS 0
|
||||
#define _ERR_FAT 1
|
||||
#define _ERR_DIR 2
|
||||
#define _ERR_DATA 3
|
||||
#define _ERR_EFAIL 8
|
||||
#define _ERR_ERETRY 16
|
||||
#define _ERR_EIGNORE 32
|
||||
#define _ERR_NOTDISK 128
|
||||
|
||||
#define _ERR_IGNORE 0
|
||||
#define _ERR_RETRY 1
|
||||
#define _ERR_ABORT 2
|
||||
#define _ERR_FAIL 3
|
Loading…
Add table
Add a link
Reference in a new issue