aboutsummaryrefslogtreecommitdiffstats
path: root/common/stringhelp.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/stringhelp.c')
-rw-r--r--common/stringhelp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/stringhelp.c b/common/stringhelp.c
index 9a2265258..9347c3551 100644
--- a/common/stringhelp.c
+++ b/common/stringhelp.c
@@ -71,6 +71,9 @@ change_slashes (char *name)
#ifdef HAVE_DOSISH_SYSTEM
char *p;
+ if (windows_semihosted_by_wine)
+ return name;
+
if (strchr (name, '\\'))
{
for (p=name; *p; p++)