Skip to content

Commit

Permalink
Fix compilation on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 6, 2024
1 parent ae9045d commit 518edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ SEXP ps__fs_info(SEXP path, SEXP abspath, SEXP mps) {

// name of the volume
wchar_t volname[1024];
ok = GetVolumeNameForVolumeMountPointW(
BOOL ok = GetVolumeNameForVolumeMountPointW(
wmp,
volname,
sizeof(volname)/sizeof(wchar_t) - 1
Expand Down

0 comments on commit 518edad

Please sign in to comment.