mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
356 B
14 lines
356 B
|
|
IFNDEF _WIN31ERR_
|
|
_WIN31ERR_ EQU 1
|
|
|
|
;* Windows3.1 possible return value
|
|
|
|
W31RET_0 EQU 0
|
|
W31RET_1 EQU 1
|
|
W31RET_2 EQU 2
|
|
W31RET_3 EQU 3
|
|
W31RET_11 EQU 11
|
|
W31RET_FFFF EQU -1
|
|
|
|
ENDIF ; _WIN31ERR_
|