fpc/rtl/win
svenbarth 1951b8aaaa Fix threadvar handling. Basically a merge of r31913 of my packages branch.
rtl/inc/system.inc:
  * provide a public alias for SetupEntryInformation so that it can be used in SysInit as well without globally exporting it
rtl/win/systlsdir.inc:
  * Exec_tls_callback: call SetupEntryInformation before initalizing the heap and multithreading so that the threadvar tables can be referenced correctly

git-svn-id: trunk@33035 -
2016-01-30 23:10:35 +00:00
..
wininc * Applied patch from Thaddy de Koning (Bug ID 29405) 2016-01-15 17:30:48 +00:00
dos.pp + unicodestring support for assign/erase/rename 2013-07-19 16:30:51 +00:00
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 * Windows targets: removed 'errno' threadvar, OS error codes can be passed directly to Errno2InOutRes(). 2014-02-19 07:28:46 +00:00
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 * First part of 64-bit Windows fixes from Mantis #23074. 2014-02-18 02:10:35 +00:00
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 * First part of 64-bit Windows fixes from Mantis #23074. 2014-02-18 02:10:35 +00:00
systlsdir.inc Fix threadvar handling. Basically a merge of r31913 of my packages branch. 2016-01-30 23:10:35 +00:00
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 * updated GetWindowsSpecialDir():string so it uses the -A or -W api call 2013-08-19 22:47:19 +00:00
winres.inc