Browse Source

* Converted user defined notes to comments.

git-svn-id: trunk@9546 -
yury 17 years ago
parent
commit
05c1305ef0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rtl/wince/system.pp

+ 2 - 2
rtl/wince/system.pp

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