commit: Instantiate Ben's compile fix for nt.c
Vin Shelton
acs at xemacs.org
Mon Feb 8 20:58:58 EST 2010
changeset: 5006:ecdc03ef6e12
tag: tip
user: Vin Shelton <acs at xemacs.org>
date: Mon Feb 08 20:45:21 2010 -0500
files: src/ChangeLog src/nt.c
description:
Instantiate Ben's compile fix for nt.c
diff -r 4170f3809a28 -r ecdc03ef6e12 src/ChangeLog
--- 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 at xemacs.org>
+
+ * nt.c (open_unc_volume): lpRemoteName is an XELPTSTR.
+
2010-02-07 Aidan Kehoe <kehoea at parhasard.net>
* lisp.h (Dynarr_verify, Dynarr_verify_mod):
diff -r 4170f3809a28 -r ecdc03ef6e12 src/nt.c
--- 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;
More information about the XEmacs-Patches
mailing list