Kaynağa Gözat

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

git-svn-id: trunk@25533 -
nickysn 12 yıl önce
ebeveyn
işleme
aaf1a54778
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;