소스 검색

* Converted user defined notes to comments.

git-svn-id: trunk@9546 -
yury 18 년 전
부모
커밋
05c1305ef0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      rtl/wince/system.pp

+ 2 - 2
rtl/wince/system.pp

@@ -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