mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Add a '#define LEGACY_WINDOWS'.
This will be used to wrap some of the stranger workarounds we're keeping in this code base for the purposes of backwards compatibility to seriously old platforms like Win95.
This commit is contained in:
parent
26dcfcbd44
commit
51f0057b67
2
defs.h
2
defs.h
@ -42,6 +42,8 @@
|
||||
#define SIZEx "Ix"
|
||||
#define SIZEu "Iu"
|
||||
uintmax_t strtoumax(const char *nptr, char **endptr, int base);
|
||||
/* Also, define a LEGACY_WINDOWS flag to enable other workarounds */
|
||||
#define LEGACY_WINDOWS
|
||||
#else
|
||||
#include <inttypes.h>
|
||||
/* Because we still support older MSVC libraries which don't recognise the
|
||||
|
Loading…
Reference in New Issue
Block a user