fpc/rtl/win
svenbarth 788393c298 Change WideString initialization to work correctly with indirect main information as well
rtl/inc/systemh.inc & rtl/java/jsystemh_types.inc:
  - TEntryInformation: remove WideInitTables
rtl/win/sysosh.inc:
  + TEntyrInformationOS: add WideInitTables
rtl/win/syswin.inc:
  * adjust WStrInitTablesTable, so that it is now a pointer and can be used both with direct and indirect main entry
  * InitWin32Widestrings: WStrInitTablesTable is now a pointer
rtl/win32/sysinit.inc:
  * WideInitTables has moved to the OS specific part of the entry information
rtl/win32/system.pp:
  * OsSetupEntryinformation: setup WStrInitTablesTable

git-svn-id: trunk@33571 -
2016-04-29 13:13:14 +00:00
..
wininc * Define STACK_SIZE_PARAM_IS_A_RESERVATION 2016-03-27 11:11:54 +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 Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
systhrd.inc Rework TlsKey handling on Windows so that it works as intended with indirect main information 2016-02-12 17:03:52 +00:00
systlsdir.inc Rework TlsKey handling on Windows so that it works as intended with indirect main information 2016-02-12 17:03:52 +00:00
sysutils.pp * Fix bug ID #29913 2016-03-28 13:16:31 +00:00
syswin.inc Change WideString initialization to work correctly with indirect main information as well 2016-04-29 13:13:14 +00:00
tthread.inc * Use STACK_SIZE_PARAM_IS_A_RESERVATION for stack sizes, should fix bug ID #17755 2016-03-27 11:12:47 +00:00
windirs.pp * Patch from Denis Kozlov to fix buffer errors (bug ID 29942) 2016-04-02 09:13:56 +00:00
winres.inc Adjust SysInstance so that it is correctly handled with the indirect entry information on Win32 2016-02-19 16:22:20 +00:00