Browse Source

* graph unit 'ExitSave' variable changed to codepointer for i8086 medium memory model compilation

git-svn-id: trunk@25533 -
nickysn 12 years ago
parent
commit
aaf1a54778
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/inc/graph.inc

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

@@ -14,7 +14,7 @@
  **********************************************************************}
 
 var
-  ExitSave: pointer;
+  ExitSave: codepointer;
 
 const
   firstCallOfInitGraph: boolean = true;