fpc/rtl/win32
svenbarth 7b67ead440 Pass further main program data through the indirect entry information.
rtl/inc/systemh.inc:
  + TEntryInformation: add Pointer fields ResourceStringTables, ResStrInitTables, WideInitTables (for targets with separate WideString type) and ResLocation (not used on Windows, but since most other targets don't have Windows' resource system it's not part of OS)
rtl/java/jsystemh_types.inc:
  + TEntryInformation: adjust for consistency reasons
rtl/win32/sysinit.inc:
  * SysInitEntryInformation: initialize with pointers to the correct tables

git-svn-id: trunk@33027 -
2016-01-29 16:51:27 +00:00
..
buildrtl.lpi * version update 2013-04-09 13:06:26 +00:00
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 Pass further main program data through the indirect entry information. 2016-01-29 16:51:27 +00:00
sysinitcyg.pp * change dllparam into PtrInt, this is required for 64 bit systems, patch based on Gennadiy's patch in #21089, resolves #21089 2012-01-14 20:21:52 +00:00
sysinitgprof.pp * change dllparam into PtrInt, this is required for 64 bit systems, patch based on Gennadiy's patch in #21089, resolves #21089 2012-01-14 20:21:52 +00:00
sysinitpas.pp * change dllparam into PtrInt, this is required for 64 bit systems, patch based on Gennadiy's patch in #21089, resolves #21089 2012-01-14 20:21:52 +00:00
system.pp inc/system.inc: 2016-01-29 16:24:53 +00:00
windows.pp * initial advanced records support for TSize..TRect and -F. 2015-11-15 18:34:19 +00:00
winsysut.pp