Use <stddef.h> to get wchar_t, rather than <wchar.h> (or nothing, in putty.h).
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Nov 2002 00:03:55 +0000 (00:03 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sun, 10 Nov 2002 00:03:55 +0000 (00:03 +0000)
commit54a2bffbf028c9306e6d4aa74d82fb135de3ee5f
tree81fd607477a94765a6f349c4f27b400bd4270bdc
parent2102eb8a3a40dbf18235c73cf23f018f411db9bc
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2206 cda61777-01e9-0310-a592-d414129be87e
putty.h
wcwidth.c