fpc/rtl/win
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
..
wininc * Applied patch from Thaddy de Koning (Bug ID 29405) 2016-01-15 17:30:48 +00:00
dos.pp
dynlibs.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
fpcmemdll.pp
messages.pp
sharemem.pp
sysdir.inc
sysdl.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
sysdlh.inc Move DynLibs support to System unit using a manager approach like for Threads, WideStrings, etc.. This is needed so that we can support features like "delayed" and loading of dynamic packages. 2015-02-03 20:00:00 +00:00
sysfile.inc * Reset filerec mode field to fmClosed if the system call to open the file failed 2014-11-23 21:49:29 +00:00
sysheap.inc
sysos.inc * added missing error constant 2015-02-23 11:19:50 +00:00
sysosh.inc 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 -.- ) 2016-01-29 15:36:58 +00:00
systhrd.inc
systlsdir.inc
sysutils.pp * use FormatMessageW in SysErrorMessage, resolves issue #29197 2016-01-03 15:56:31 +00:00
syswin.inc 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
tthread.inc
windirs.pp
winres.inc