瀏覽代碼

+ implemented GetIntVec and SetIntVec for win16

git-svn-id: trunk@37698 -
nickysn 7 年之前
父節點
當前提交
0fced4fdf9
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      rtl/win16/dos.pp

+ 4 - 4
rtl/win16/dos.pp

@@ -86,8 +86,8 @@ type
 {$DEFINE HAS_SETVERIFY}
 {$DEFINE HAS_GETVERIFY}
 {//$DEFINE HAS_SWAPVECTORS}
-{//$DEFINE HAS_GETINTVEC}
-{//$DEFINE HAS_SETINTVEC}
+{$DEFINE HAS_GETINTVEC}
+{$DEFINE HAS_SETINTVEC}
 {//$DEFINE HAS_KEEP}
 {$DEFINE HAS_GETSHORTNAME}
 {$DEFINE HAS_GETLONGNAME}
@@ -1060,7 +1060,7 @@ end;
                              --- Get/SetIntVec ---
 ******************************************************************************}
 
-(*procedure GetIntVec(intno: Byte; var vector: farpointer); assembler;
+procedure GetIntVec(intno: Byte; var vector: farpointer); assembler;
 asm
   mov al, intno
   mov ah, 35h
@@ -1092,7 +1092,7 @@ asm
   lds dx, word [vector]
   int 21h
   pop ds
-end;*)
+end;
 
 {******************************************************************************
                                   --- Keep ---