]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use <stddef.h> to get wchar_t, rather than <wchar.h> (or nothing, in putty.h).
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 10 Nov 2002 00:03:55 +0000 (00:03 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 10 Nov 2002 00:03:55 +0000 (00:03 +0000)
commitf81cd2a3c60b26a59da02c2ad69e4d422201765d
tree81fd607477a94765a6f349c4f27b400bd4270bdc
parenta12a78bcb9136cc27911bb334fcf6cb0ad86fa16
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]
putty.h
wcwidth.c