Files
nethack/sys/windows
nhmall a70ad42d22 address Windows windsys.c analyzer complaints
sys/windows/windsys.c(419): warning C6387: 'hMod' could be '0':
  this does not adhere to the specification for the function 'GetProcAddress'.

sys/windows/windsys.c(437): warning C28159:
  Consider using 'GetTickCount64' instead of 'GetTickCount'.
  Reason: GetTickCount overflows roughly every 49 days.  Code that does not
          take that into account can loop indefinitely.
          GetTickCount64 operates on 64 bit values and does not have that
          problem
2024-10-08 11:57:46 -04:00
..
2024-10-05 15:55:20 -04:00
2024-03-28 10:09:59 -04:00
2024-03-27 16:20:06 -04:00
2023-05-29 22:39:43 -04:00
2024-02-28 20:15:56 -08:00
2022-10-26 14:21:23 -04:00
2022-12-05 23:19:38 -05:00
2024-02-28 20:15:56 -08:00
2024-07-13 16:31:35 -04:00
2022-10-16 21:42:18 -04:00