summaryrefslogtreecommitdiffstats
path: root/win/tclWin32Dll.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-19 15:36:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-19 15:36:11 (GMT)
commitdc6c385849bdbc223accd3eef16355e2bbdff671 (patch)
treecb4463287ab648160b78ed67abdaf5a95a0742f3 /win/tclWin32Dll.c
parent52e96157d28e998adf71cf30b27b3e40ebeaa715 (diff)
parent39795a1da493f0ea91a228e768c0c656156ab340 (diff)
downloadtcl-dc6c385849bdbc223accd3eef16355e2bbdff671.zip
tcl-dc6c385849bdbc223accd3eef16355e2bbdff671.tar.gz
tcl-dc6c385849bdbc223accd3eef16355e2bbdff671.tar.bz2
Merge 8.7
Diffstat (limited to 'win/tclWin32Dll.c')
-rw-r--r--win/tclWin32Dll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tclWin32Dll.c b/win/tclWin32Dll.c
index a286254..8299eed 100644
--- a/win/tclWin32Dll.c
+++ b/win/tclWin32Dll.c
@@ -314,7 +314,7 @@ TclWinDriveLetterForVolMountPoint(
* Try to read the volume mount point and see where it points.
*/
- if (GetVolumeNameForVolumeMountPoint(drive,
+ if (GetVolumeNameForVolumeMountPointW(drive,
Target, 55) != 0) {
if (wcscmp(dlIter->volumeName, Target) == 0) {
/*
@@ -373,7 +373,7 @@ TclWinDriveLetterForVolMountPoint(
* Try to read the volume mount point and see where it points.
*/
- if (GetVolumeNameForVolumeMountPoint(drive,
+ if (GetVolumeNameForVolumeMountPointW(drive,
Target, 55) != 0) {
int alreadyStored = 0;