mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 00:39:13 +02:00
* fixed r1347
git-svn-id: branches/fixes_2_0@1348 -
This commit is contained in:
parent
85217a9203
commit
17bca24e0c
@ -24,6 +24,11 @@ const
|
|||||||
LMEM_FIXED = 0;
|
LMEM_FIXED = 0;
|
||||||
LMEM_ZEROINIT = 64;
|
LMEM_ZEROINIT = 64;
|
||||||
|
|
||||||
|
KernelDLL = 'kernel32.dll';
|
||||||
|
|
||||||
|
type
|
||||||
|
SIZE_T = dword;
|
||||||
|
|
||||||
{$ifndef WINCE}
|
{$ifndef WINCE}
|
||||||
function TlsAlloc : DWord;
|
function TlsAlloc : DWord;
|
||||||
stdcall;external KernelDLL name 'TlsAlloc';
|
stdcall;external KernelDLL name 'TlsAlloc';
|
||||||
|
Loading…
Reference in New Issue
Block a user