mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 20:07:56 +02:00
![]() - 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 - |
||
---|---|---|
.. | ||
wininc | ||
crt.pp | ||
dos.pp | ||
dynlibs.inc | ||
fpcmemdll.pp | ||
fpwinsockh.inc | ||
keyboard.pp | ||
messages.pp | ||
mouse.pp | ||
printer.pp | ||
sharemem.pp | ||
sockets.pp | ||
sysdir.inc | ||
sysfile.inc | ||
sysheap.inc | ||
sysos.inc | ||
sysosh.inc | ||
systhrd.inc | ||
sysutils.pp | ||
syswin.inc | ||
tthread.inc | ||
varutils.pp | ||
video.pp | ||
windirs.pp | ||
winevent.pp | ||
winres.inc | ||
winsock2.pp | ||
winsock.pp |