diff --git a/rtl/inc/systemh.inc b/rtl/inc/systemh.inc index 7133cf695a..2164c21988 100644 --- a/rtl/inc/systemh.inc +++ b/rtl/inc/systemh.inc @@ -605,7 +605,7 @@ const ThreadingAlreadyUsed : boolean = FALSE; { Indicates if there was an error } StackError : boolean = FALSE; - InitProc : Pointer = nil; + InitProc : CodePointer = nil; { compatibility } ModuleIsLib : Boolean = FALSE; ModuleIsPackage : Boolean = FALSE;