]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Bodge around the failing Coverity build in winshare.c.
authorSimon Tatham <anakin@pobox.com>
Tue, 23 Sep 2014 12:38:16 +0000 (12:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 23 Sep 2014 12:38:16 +0000 (12:38 +0000)
commite11f8ee794c73bec1b640fc83b32252dd00b5044
tree65024e5c3096b00ab93131d56851f7f4af6762db
parentcc66c86e7311c97db09da989c340ba3108c9e14f
Bodge around the failing Coverity build in winshare.c.

The winegcc hack I use for my Coverity builds is currently using a
version of wincrypt.h that's missing a couple of constants I use.
Ensure they're defined by hand, but (just in case I defined them
_wrong_) also provide a command-line define so I can do that only in
the case of Coverity builds.

[originally from svn r10234]
Buildscr.cv
windows/winshare.c