瀏覽代碼

* System.InitProc changed to CodePointer

git-svn-id: trunk@24843 -
nickysn 12 年之前
父節點
當前提交
4a423ecc44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -605,7 +605,7 @@ const
   ThreadingAlreadyUsed : boolean = FALSE;
   ThreadingAlreadyUsed : boolean = FALSE;
   { Indicates if there was an error }
   { Indicates if there was an error }
   StackError : boolean = FALSE;
   StackError : boolean = FALSE;
-  InitProc : Pointer = nil;
+  InitProc : CodePointer = nil;
   { compatibility }
   { compatibility }
   ModuleIsLib : Boolean = FALSE;
   ModuleIsLib : Boolean = FALSE;
   ModuleIsPackage : Boolean = FALSE;
   ModuleIsPackage : Boolean = FALSE;