mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Fix double definition of smemclr() on Windows.
PLATFORM_HAS_SMEMCLR from winstuff.h was available to misc.c via putty.h, but the point of utils.c is not to pull in that stuff. This is a quick bodge to unbreak the Windows build. It needs a better answer for optionally overriding the platform-independent smemclr() with a platform-specific implementation.
This commit is contained in:
parent
40e18d98ed
commit
4982ed96fa
Loading…
Reference in New Issue
Block a user