Source code of Windows XP (NT5)
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

  1. IFNDEF _WIN31ERR_
  2. _WIN31ERR_ EQU 1
  3. ;* Windows3.1 possible return value
  4. W31RET_0 EQU 0
  5. W31RET_1 EQU 1
  6. W31RET_2 EQU 2
  7. W31RET_3 EQU 3
  8. W31RET_11 EQU 11
  9. W31RET_FFFF EQU -1
  10. ENDIF ; _WIN31ERR_