mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 12:31:01 +02:00
* hInstance has 64 bits on Win64, avoid cutting it off when storing it into SysInstance
git-svn-id: trunk@42294 -
This commit is contained in:
parent
ea28cd5268
commit
2b4c68ecbe
@ -20,7 +20,7 @@ unit sysinit;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
var
|
var
|
||||||
SysInstance : LongInt;
|
SysInstance : QWord;
|
||||||
TlsKeyVar: DWord = $ffffffff;
|
TlsKeyVar: DWord = $ffffffff;
|
||||||
|
|
||||||
InitFinalTable : record end; external name 'INITFINAL';
|
InitFinalTable : record end; external name 'INITFINAL';
|
||||||
|
Loading…
Reference in New Issue
Block a user