mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 19:50:54 +02:00
* Converted user defined notes to comments.
git-svn-id: trunk@9546 -
This commit is contained in:
parent
de9af7191b
commit
05c1305ef0
@ -872,7 +872,7 @@ begin
|
||||
DLL_THREAD_ATTACH :
|
||||
begin
|
||||
inclocked(Thread_count);
|
||||
{$note Allocate Threadvars !}
|
||||
{ Allocate Threadvars ?!}
|
||||
if assigned(Dll_Thread_Attach_Hook) then
|
||||
Dll_Thread_Attach_Hook(DllParam);
|
||||
end;
|
||||
@ -881,7 +881,7 @@ begin
|
||||
declocked(Thread_count);
|
||||
if assigned(Dll_Thread_Detach_Hook) then
|
||||
Dll_Thread_Detach_Hook(DllParam);
|
||||
{$note Release Threadvars !}
|
||||
{ Release Threadvars ?!}
|
||||
end;
|
||||
DLL_PROCESS_DETACH :
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user