simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Sun May 8 11:13:43 BST 2022
TL;DR:
e9de549e More assorted Winelib warning fixes.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2022-05-08 11:13:43
commit e9de549e7e0b4f31683f8815e1b402a2f63e0fa3
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=e9de549e7e0b4f31683f8815e1b402a2f63e0fa3;hp=e29b6eb5d2f81298a1d214cf1c3dc0653d6b900b
Author: Simon Tatham <anakin at pobox.com>
Date: Sun May 8 11:06:14 2022 +0100
More assorted Winelib warning fixes.
The previous fix on pre-0.77 was non-disruptive and just enough to get
through my Coverity build (which uses winelib); but now that I look at
the rest of the Winelib build output, there are some further warnings
I should fix on main.
Most of them are more long/LONG confusion (specific to Winelib, rather
than real Windows); also, there's a multiple macro definition in
jump-list.c because Winelib defines _PROPVARIANT_INIT_DEFINED_ in
place of _PROPVARIANTINIT_DEFINED_ which we were testing for. (Bah.)
And in windows/window.c I used wcscmp without including <wchar.h>.
In spite of long vs LONG I still had to turn off one or two more
DLL-loading typechecks.
windows/gss.c | 3 ++-
windows/jump-list.c | 2 +-
windows/network.c | 22 ++++++++++++----------
windows/platform.h | 4 ++--
windows/window.c | 1 +
5 files changed, 18 insertions(+), 14 deletions(-)
More information about the tartarus-commits
mailing list