fpc/rtl/win32
svenbarth e3060130a4 Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets).
rtl/inc/system.inc:
  + new variables that hold pointers to the tables
  + new procedure SetupEntryInformation() that should be used in the entry points of indirect entry targets to setup cross target fields
  + for direct entry targets the two resource string tables are imported here and supplied as initialization to the table pointers
objpas/objpas.pp:
  * adjust table declarations so that the pointers provided from the System unit are used
  * adjust usages of the tables as they are now pointers
win32/system.pp:
  * Exe_Entry: use SetupEntryInformation()
win/syswin.inc:
  * Dll_Entry: use SetupEntryInformation()

git-svn-id: trunk@33028 -
2016-01-29 17:19:33 +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
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
sysinitgprof.pp
sysinitpas.pp
system.pp Adjustments so that the resource string related tables are provided inside the system unit (both for indirect and direct entry targets). 2016-01-29 17:19:33 +00:00
windows.pp * initial advanced records support for TSize..TRect and -F. 2015-11-15 18:34:19 +00:00
winsysut.pp