Browse Source

* pModeList changed to a far pointer

git-svn-id: trunk@25678 -
nickysn 12 years ago
parent
commit
8a9634034a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/msdos/vesah.inc

+ 1 - 1
packages/graph/src/msdos/vesah.inc

@@ -17,7 +17,7 @@
 
 
 TYPE
 TYPE
 
 
-  pModeList = ^tModeList;
+  pModeList = ^tModeList;far;
   tModeList = Array [0..255] of word; {list of modes terminated by -1}
   tModeList = Array [0..255] of word; {list of modes terminated by -1}
                                       {VESA modes are >=100h}
                                       {VESA modes are >=100h}