fpc/rtl/win
sergei ea1e44c036 * Hacking TLS callbacks into proper shape, part 2:
- Completely removed DLL_PROCESS_DETACH callback for executables. Reason: 1) it is executed after RTL has been shut down and called ExitProcess(), at which point it is really not a good idea to do the cleanup. 2) In executable (in contrast with DLL) it is just fine to leave remaining resources alone and let OS reclaim them.
* Using 'cvar' for _tls_used and _tls_index to get proper prefixing without $ifdef's.

git-svn-id: trunk@17943 -
2011-07-06 16:43:13 +00:00
..
wininc * line > 255 chars wrapped 2011-06-03 13:02:30 +00:00
crt.pp * win crt unit returns #13 for numeric enter as well, resolves #13203 2009-12-21 09:59:04 +00:00
dos.pp * win/dos.pp: cleanup GetDiskFreeSpace related stuff, patch similar to sysutils.pp rev.16540. 2011-06-12 03:35:45 +00:00
dynlibs.inc * dynlibs.pas: added 'const' modifiers to eliminate unnecessary local string copies 2010-11-18 22:09:48 +00:00
fpcmemdll.pp
fpwinsockh.inc
keyboard.pp
messages.pp
mouse.pp
printer.pp
sharemem.pp
sockets.pp
sysdir.inc
sysfile.inc * Fix for Bug report 17550 2010-10-06 16:04:46 +00:00
sysheap.inc
sysos.inc * win/sysos.inc: TTlsDirectory, new record type 2011-07-01 10:40:35 +00:00
sysosh.inc
systhrd.inc * Hacking TLS callbacks into proper shape: 2011-07-05 11:57:11 +00:00
sysutils.pp * Fixed compile error in FileCreate 2011-05-24 07:10:33 +00:00
syswin.inc * Hacking TLS callbacks into proper shape, part 2: 2011-07-06 16:43:13 +00:00
tthread.inc * On thread creation error, use a resourcestring message and textual representation of system error code. 2011-03-22 15:26:28 +00:00
varutils.pp * VariantInit is a procedure, not a function (according to both MSDN and Delphi docs). 2010-12-09 01:27:09 +00:00
video.pp * corrected wrong register in x86_64 asm 2010-08-19 08:52:37 +00:00
windirs.pp * Unit windirs does not need to depend on unit strings. 2011-06-12 02:56:40 +00:00
winevent.pp
winres.inc
winsock2.pp * Correction of PAFProtocols (Ivan Shikhalev, bug ID #17924 2010-11-13 15:51:43 +00:00
winsock.pp