Tartarus CVS: putty: ben

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Sun, 10 Nov 2002 00:03:57 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     ben
Date:           Sun Nov 10 2002  00:03:57 GMT

Log message:
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.

Modified files:
    .               : putty.h wcwidth.c

Links:
http://cvs.tartarus.org//putty/putty.h.diff?r1=1.164&r2=1.165
http://cvs.tartarus.org//putty/wcwidth.c.diff?r1=1.3&r2=1.4