mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-13 01:41:59 -04:00
game folder "just" compiles (not link)
This commit is contained in:
parent
13d3908273
commit
1b0f7fe0c2
135 changed files with 2161 additions and 2336 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