Add ShowDirSymLink and ShowDotFiles to the drive ui.

diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc
index 7299754..65a19f4 100644
--- a/programs/winecfg/En.rc
+++ b/programs/winecfg/En.rc
@@ -127,7 +127,9 @@
     EDITTEXT        IDC_EDIT_LABEL,63,205,78,13,ES_AUTOHSCROLL | WS_TABSTOP
     LTEXT           "S&erial:",IDC_STATIC_SERIAL,33,225,29,12
     EDITTEXT        IDC_EDIT_SERIAL,63,221,78,13,ES_AUTOHSCROLL | WS_TABSTOP
-                    
+
+    CONTROL         "Show directory symbolic links",IDC_SHOW_DIRSYM_LINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,250,230,8
+    CONTROL         "Show dot files",IDC_SHOW_DOT_FILES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,260,230,8
 END
 
 IDD_AUDIOCFG DIALOG DISCARDABLE  0, 0, 260, 250
diff --git a/programs/winecfg/resource.h b/programs/winecfg/resource.h
index fac6f48..d67d054 100644
--- a/programs/winecfg/resource.h
+++ b/programs/winecfg/resource.h
@@ -101,6 +101,8 @@
 #define IDC_BUTTON_SHOW_HIDE_ADVANCED   1076
 #define IDC_STATIC_TYPE                 1077
 #define IDC_LABELSERIAL_STATIC          1078
+#define IDC_SHOW_DIRSYM_LINK            1079
+#define IDC_SHOW_DOT_FILES              1080
 
 #define IDC_DRIVE_LABEL                 1078