Browse Source

* nil instead of NULL

peter 22 years ago
parent
commit
3905550f8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw1398.pp

+ 1 - 1
tests/webtbs/tw1398.pp

@@ -10,5 +10,5 @@ end;
 var dwThread:DWORD;
 begin
   dwThread := GetCurrentThreadId;
-  EnumTaskWindows (dwThread, @Enum_FindTaskWindow, LPARAM(NULL));
+  EnumTaskWindows (dwThread, @Enum_FindTaskWindow, LPARAM(nil));
 end.