Explorar el Código

* nil instead of NULL

peter hace 22 años
padre
commit
3905550f8a
Se han modificado 1 ficheros con 1 adiciones y 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.