|
@@ -871,7 +871,7 @@ begin
|
|
|
DLL_THREAD_ATTACH :
|
|
|
begin
|
|
|
inclocked(Thread_count);
|
|
|
-{$warning Allocate Threadvars !}
|
|
|
+{$note Allocate Threadvars !}
|
|
|
if assigned(Dll_Thread_Attach_Hook) then
|
|
|
Dll_Thread_Attach_Hook(DllParam);
|
|
|
end;
|
|
@@ -880,7 +880,7 @@ begin
|
|
|
declocked(Thread_count);
|
|
|
if assigned(Dll_Thread_Detach_Hook) then
|
|
|
Dll_Thread_Detach_Hook(DllParam);
|
|
|
-{$warning Release Threadvars !}
|
|
|
+{$note Release Threadvars !}
|
|
|
end;
|
|
|
DLL_PROCESS_DETACH :
|
|
|
begin
|