* System.InitProc changed to CodePointer

git-svn-id: trunk@24843 -
This commit is contained in:
nickysn 2013-06-09 17:49:38 +00:00
parent ad29cab0aa
commit 4a423ecc44

View File

@ -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;