mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 22:20:19 +02:00
- removed commented out code for keep() from the win16 dos unit, since keep()
and TSRs aren't supported for win16 applications git-svn-id: trunk@37699 -
This commit is contained in:
parent
0fced4fdf9
commit
eaf878e106
@ -88,7 +88,6 @@ type
|
||||
{//$DEFINE HAS_SWAPVECTORS}
|
||||
{$DEFINE HAS_GETINTVEC}
|
||||
{$DEFINE HAS_SETINTVEC}
|
||||
{//$DEFINE HAS_KEEP}
|
||||
{$DEFINE HAS_GETSHORTNAME}
|
||||
{$DEFINE HAS_GETLONGNAME}
|
||||
|
||||
@ -1094,21 +1093,6 @@ asm
|
||||
pop ds
|
||||
end;
|
||||
|
||||
{******************************************************************************
|
||||
--- Keep ---
|
||||
******************************************************************************}
|
||||
|
||||
{Procedure Keep(exitcode: word); assembler;
|
||||
asm
|
||||
mov bx, PrefixSeg
|
||||
dec bx
|
||||
mov es, bx
|
||||
mov dx, es:[3]
|
||||
mov ax, exitcode
|
||||
mov ah, 31h
|
||||
int 21h
|
||||
end;}
|
||||
|
||||
{$ifdef DEBUG_LFN}
|
||||
begin
|
||||
LogLFN:=(GetEnv('LOGLFN')<>'');
|
||||
|
Loading…
Reference in New Issue
Block a user