annotate nt/xemacs.rc @ 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 abe6d1db359e
children 5274591ce707
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
442
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
1 #ifdef INCLUDE_DUMP
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
2 101 DUMP "xemacs.dmp"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
3 #endif
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
4
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
5 XEmacs ICON PRELOAD "xemacs.ico"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
6 XEmacsFile ICON "File.ico"
abe6d1db359e Import from CVS: tag r21-2-36
cvs
parents: 428
diff changeset
7 XEmacsLisp ICON "Lisp.ico"