Mercurial > hg > xemacs-beta
diff src/nt.c @ 5027:22179cd0fe15
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 10 Feb 2010 07:25:19 -0600 |
parents | ecdc03ef6e12 |
children | 3889ef128488 308d34e9f07d |
line wrap: on
line diff
--- a/src/nt.c Wed Feb 10 07:15:36 2010 -0600 +++ b/src/nt.c Wed Feb 10 07:25:19 2010 -0600 @@ -963,7 +963,7 @@ nr.dwUsage = RESOURCEUSAGE_CONTAINER; nr.lpLocalName = NULL; PATHNAME_CONVERT_OUT (path, extpath); - nr.lpRemoteName = (LPTSTR) extpath; + nr.lpRemoteName = (XELPTSTR) extpath; nr.lpComment = NULL; nr.lpProvider = NULL;