mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Use <stddef.h> to get wchar_t, rather than <wchar.h> (or nothing, in putty.h).
Both are required to contain wchar_t in C99, but only <stddef.h> does in the version of MPW I've got here. [originally from svn r2206]
This commit is contained in:
parent
a12a78bcb9
commit
f81cd2a3c6
1
putty.h
1
putty.h
@ -2,6 +2,7 @@
|
||||
#define PUTTY_PUTTY_H
|
||||
|
||||
#include <stdio.h> /* for FILENAME_MAX */
|
||||
#include <stddef.h> /* for wchar_t */
|
||||
|
||||
/*
|
||||
* Global variables. Most modules declare these `extern', but
|
||||
|
Loading…
Reference in New Issue
Block a user