fpc/rtl/win32
svenbarth af53fcb48c Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32
win/sysosh.inc, TEntryInformationOS:
  + new field SysInstance that will hold the address to the main program's SysInstance variable
win32/system.pp:
  * rename SysInstance to FPCSysInstance and make it a PLongInt
  * OsSetupEntryInformation: setup FPCSysInstance
  * adjust initialization of SysInstance to use FPCSysInstance instead
win32/sysinit.inc:
  * SysInstance is no longer an external
  * initialize the OS.SysInstance field of EntryInformation
win64/system.pp:
  * add a FPCSysInstance that's a pointer to SysInstance
win/winres.inc:
  * SysInstance is now a pointer and has the same name on both Win32 and Win64

git-svn-id: trunk@33107 -
2016-02-19 16:22:20 +00:00
..
buildrtl.lpi
buildrtl.pp o basic extended pascal support: 2015-11-15 15:13:36 +00:00
classes.pp
initc.pp
Makefile - Win32 RTL: removed assembler startup files, which are unused since version 2.0.x 2015-12-20 01:41:28 +00:00
Makefile.fpc - Win32 RTL: removed assembler startup files, which are unused since version 2.0.x 2015-12-20 01:41:28 +00:00
objinc.inc
rtldefs.inc + FPCRTL_FILESYSTEM_SINGLE_BYTE_API define that is set for targets where we 2013-06-27 21:37:39 +00:00
seh32.inc + Win32/Win64 SEH: STATUS_FLOAT_MULTIPLE_(FAULTS|TRAPS) need additional handling. Makes floating-point exceptions consistent between x87 and SSE. 2014-03-17 22:49:29 +00:00
signals.pp
sysinit.inc Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32 2016-02-19 16:22:20 +00:00
sysinitcyg.pp
sysinitgprof.pp
sysinitpas.pp
system.pp Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32 2016-02-19 16:22:20 +00:00
windows.pp * initial advanced records support for TSize..TRect and -F. 2015-11-15 18:34:19 +00:00
winsysut.pp