mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +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
|
||||
|
||||
var
|
||||
SysInstance : LongInt;
|
||||
SysInstance : QWord;
|
||||
TlsKeyVar: DWord = $ffffffff;
|
||||
|
||||
InitFinalTable : record end; external name 'INITFINAL';
|
||||
|
Loading…
Reference in New Issue
Block a user