Fix os_setver_minor and _os_setver_major order

git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1108 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
Luchezar Georgiev 2005-01-31 19:11:18 +00:00
parent f89b8aa8e6
commit f9f2461218
1 changed files with 1 additions and 1 deletions

View File

@ -391,8 +391,8 @@ _winPatchTable: ; returns offsets to various internal variables
; The setver variants are used so we report to Windows
; editable (fake) DOS version user wanted.
global _os_setver_minor, _os_setver_major
_os_setver_major db 0
_os_setver_minor db 0
_os_setver_major db 0
%IFDEF WIN31SUPPORT
dw save_DS ; where DS stored during int21h dispatch
dw save_BX ; where BX stored during int21h dispatch