changeset 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 4170f3809a28
children bb6a375da086 2eec7322eb7f eadd99984bfb
files src/ChangeLog src/nt.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Feb 07 23:34:21 2010 +0000
+++ b/src/ChangeLog	Mon Feb 08 20:45:21 2010 -0500
@@ -1,3 +1,7 @@
+2010-02-08  Vin Shelton  <acs@xemacs.org>
+
+	* nt.c (open_unc_volume): lpRemoteName is an XELPTSTR.
+
 2010-02-07  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* lisp.h (Dynarr_verify, Dynarr_verify_mod):
--- 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;