fpc/rtl/win32
sergei ad94e5e719 * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista.
* In Win32, reference TLS directory from SysInit units, allowing the module which needs TLS to be different from module which contains system unit.
* Don't write to TLS directory, as it can be placed into read-only memory.

git-svn-id: trunk@18028 -
2011-07-27 23:22:09 +00:00
..
buildrtl.lpi * Lazarus .lpi version has been increased 2009-06-16 20:11:39 +00:00
buildrtl.pp * Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler 2011-03-14 20:43:03 +00:00
classes.pp * Fixed warnings. 2007-12-22 12:27:03 +00:00
gprt0.as
initc.pp
Makefile * Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler 2011-03-14 20:43:03 +00:00
Makefile.fpc * Moved and renamed GetSpecialDir from sysutils to new windirs unit, so it can be used in the compiler 2011-03-14 20:43:03 +00:00
objinc.inc
signals.pp
sysinit.inc * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista. 2011-07-27 23:22:09 +00:00
sysinitcyg.pp * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista. 2011-07-27 23:22:09 +00:00
sysinitgprof.pp * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista. 2011-07-27 23:22:09 +00:00
sysinitpas.pp * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista. 2011-07-27 23:22:09 +00:00
system.pp * Link TLS directory and callbacks only into executables. It is not necessary for DLLs, because callback functionality is contained in DllMain. Moreover, DLLs with TLS directory cannot be dynamically loaded in Windows versions prior to Vista. 2011-07-27 23:22:09 +00:00
wcygprt0.as
wdllprt0.as
windows.pp
winsysut.pp
wprt0.as