svenbarth
|
a735dc28ae
* fix for Mantis #35204: TThreadID is a DWord even on Windows 64-bit, so declare it accordingly
|
6 vuotta sitten |
svenbarth
|
2808be3e20
+ add and use sysinit unit for Win64 (only one since we don't support cygwin and gprof there)
|
9 vuotta sitten |
svenbarth
|
788393c298
Change WideString initialization to work correctly with indirect main information as well
|
9 vuotta sitten |
svenbarth
|
af53fcb48c
Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32
|
9 vuotta sitten |
svenbarth
|
6afda909d4
Rework TlsKey handling on Windows so that it works as intended with indirect main information
|
9 vuotta sitten |
svenbarth
|
7e1e947b71
asm_exit is only needed on Win32 (Note: the removal of asm_exit from TEntryInformation in the previous commit should have been in this one -.- )
|
9 vuotta sitten |
sergei
|
489b23cecd
* Made TStartupInfo type common for win32 and win64 and updated as suggested by Mantis #23074.
|
11 vuotta sitten |
sergei
|
bc4c1149c3
+ Native threadvar implementation for Win32 and Win64 (most of it, but not yet complete).
|
12 vuotta sitten |
sergei
|
113f7593be
* FPC_USE_WIN64_SEH is only defined if target is Win64, so another check for win64 is redundant.
|
12 vuotta sitten |
Jonas Maebe
|
9ca374c0c6
* fixed compilation without -dFPC_USE_WIN64_SEH after r23325
|
12 vuotta sitten |
Jonas Maebe
|
69c29a415f
* pass the procdef to getintparaloc instead of only the proccalloption, so
|
12 vuotta sitten |
paul
|
ae0d732c8f
merge r13485 from cpstrnew branch by florian:
|
14 vuotta sitten |
florian
|
0c4e27f706
+ few package related declarations added
|
18 vuotta sitten |
florian
|
4fb0d13138
+ few com helpers added
|
19 vuotta sitten |
oro06
|
c6468d6db2
*wince: previous commit,wrong type
|
19 vuotta sitten |
oro06
|
2c84728dc1
*wince: criticalsection
|
19 vuotta sitten |
florian
|
8adc1c9b0c
+ RTL part of WinCE patches from Yuri Sidorov
|
20 vuotta sitten |
florian
|
ad3b9b9464
* windows rtl restructuring to share code between win32 and win64
|
20 vuotta sitten |