Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 14 06:08:55 2010 -0600 +++ b/src/ChangeLog Fri Jan 15 04:41:21 2010 -0600 @@ -1,3 +1,11 @@ +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. + 2010-01-14 Ben Wing <ben@xemacs.org> * buffer.h: