Explorar o código

* nil instead of NULL

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
3905550f8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.