Mercurial > hg > xemacs-beta
diff src/nt.c @ 5006:ecdc03ef6e12
Instantiate Ben's compile fix for nt.c
author | Vin Shelton <acs@xemacs.org> |
---|---|
date | Mon, 08 Feb 2010 20:45:21 -0500 |
parents | 44d7bde26046 |
children | 3889ef128488 308d34e9f07d |
line wrap: on
line diff
--- a/src/nt.c Sun Feb 07 23:34:21 2010 +0000 +++ b/src/nt.c Mon Feb 08 20:45:21 2010 -0500 @@ -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;