mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Fix a build failure.
When I added a use of PRIx32 to one of Pageant's debugging messages a couple of days ago, I forgot that one of my build setups can't cope with inclusion of <inttypes.h>, and somehow also forgot the precautionary pre-push full build that would have reminded me.
This commit is contained in:
parent
13b29008b4
commit
fa8f1cd9a0
1
defs.h
1
defs.h
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
#if defined _MSC_VER && _MSC_VER < 1800
|
#if defined _MSC_VER && _MSC_VER < 1800
|
||||||
/* Work around lack of inttypes.h in older MSVC */
|
/* Work around lack of inttypes.h in older MSVC */
|
||||||
|
#define PRIx32 "x"
|
||||||
#define PRIu64 "I64u"
|
#define PRIu64 "I64u"
|
||||||
#define SCNu64 "I64u"
|
#define SCNu64 "I64u"
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user