Skip to content

Commit

Permalink
Win32.xs check for PERL_REVISION
Browse files Browse the repository at this point in the history
  • Loading branch information
atoomic committed Jun 29, 2020
1 parent 2413b1f commit 0940a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpan/Win32/Win32.xs
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ XS(w32_GetFullPathName)
else {
fullname = PerlDir_mapA(SvPV_nolen(ST(0)));
}
# if PERL_VERSION < 8
# if PERL_REVISION == 5 && PERL_VERSION < 8
{
/* PerlDir_mapX() in Perl 5.6 used to return forward slashes */
char *str = fullname;
Expand Down

0 comments on commit 0940a3b

Please sign in to comment.