simon-git: putty (master): Jacob Nevins

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Jan 3 23:59:49 GMT 2019


TL;DR:
  4982ed96 Fix double definition of smemclr() on Windows.

Repository:     https://git.tartarus.org/simon/putty.git
On the web:     https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer:      Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:           2019-01-03 23:59:49

commit 4982ed96faa119b73463a7c5ca09711efaf69382
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=4982ed96faa119b73463a7c5ca09711efaf69382;hp=40e18d98edfa1660cd77aa1b32ed2270e0a493e2
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date:   Thu Jan 3 23:53:41 2019 +0000

    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.

 utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list