From 4bbc0b3aee3988ded2fcb6f4b0b4087f818d1a36 Mon Sep 17 00:00:00 2001
From: Andreas Mohr <amohr@codeweavers.com>
Date: Fri, 10 Nov 2000 01:04:55 +0000
Subject: [PATCH] Added an explanation for the directory symlink stuff.

---
 wine.ini | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wine.ini b/wine.ini
index 1e851f552f9..594f1a30b80 100644
--- a/wine.ini
+++ b/wine.ini
@@ -56,6 +56,10 @@ Temp=e:\
 Path=c:\windows;c:\windows\system;e:\;e:\test;f:\
 Profile=c:\windows\Profiles\Administrator
 GraphicsDriver=x11drv
+; Wine doesn't pass directory symlinks to Windows programs by default.
+; Enabling this may crash some programs that do recursive lookups of a whole
+; subdir tree in case of a symlink pointing back to itself.
+;ShowDirSymlinks=1
 ShellLinker=wineshelllink
 
 # <wineconf>
-- 
GitLab