Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4870:db9f7328bee1
fix compile problems under Visual Studio 6
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-01-15 Ben Wing <ben@xemacs.org>
* syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR):
* syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN):
* syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT):
Declare some temporary pointer variables const to avoid compile
errors under C++ and/or Visual Studio 6.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 15 Jan 2010 04:41:21 -0600 |
parents | edc0cd26b4a8 |
children | d8d92ad084b8 |
comparison
equal
deleted
inserted
replaced
4861:1f3ed6288996 | 4870:db9f7328bee1 |
---|---|
1 2010-01-15 Ben Wing <ben@xemacs.org> | |
2 | |
3 * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): | |
4 * syswindows.h (LOCAL_FILE_FORMAT_TO_INTERNAL_MSWIN): | |
5 * syswindows.h (INTERNAL_MSWIN_TO_LOCAL_FILE_FORMAT): | |
6 Declare some temporary pointer variables const to avoid compile | |
7 errors under C++ and/or Visual Studio 6. | |
8 | |
1 2010-01-14 Ben Wing <ben@xemacs.org> | 9 2010-01-14 Ben Wing <ben@xemacs.org> |
2 | 10 |
3 * buffer.h: | 11 * buffer.h: |
4 * compiler.h: | 12 * compiler.h: |
5 Don't use USED_IF_MULE_OR_CHECK_TEXT in buffer.h. Eliminate since | 13 Don't use USED_IF_MULE_OR_CHECK_TEXT in buffer.h. Eliminate since |