Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4988:4cfb6aeb989d
fix compile problems on Windows native
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-02-05 Ben Wing <ben@xemacs.org>
* syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
Cast pointer when storing value to avoid problems because some
store vars are Extbyte * and some are LPTSTR.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 23:22:59 -0600 |
parents | 3ee2bdf020bc |
children | ef3b2f38dd7c c0934cef10c6 |
comparison
equal
deleted
inserted
replaced
4987:3ee2bdf020bc | 4988:4cfb6aeb989d |
---|---|
1 2010-02-05 Ben Wing <ben@xemacs.org> | |
2 | |
3 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): | |
4 Cast pointer when storing value to avoid problems because some | |
5 store vars are Extbyte * and some are LPTSTR. | |
6 | |
1 2010-02-05 Jerry James <james@xemacs.org> | 7 2010-02-05 Jerry James <james@xemacs.org> |
2 | 8 |
3 * s/sco7.h: Add copyright and license header with the permission of | 9 * s/sco7.h: Add copyright and license header with the permission of |
4 Ron Record, the author. | 10 Ron Record, the author. |
5 | 11 |