summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/winexplorerext/file_winexplorerext.scp6
-rw-r--r--scp2/source/winexplorerext/module_winexplorerext.scp2
2 files changed, 7 insertions, 1 deletions
diff --git a/scp2/source/winexplorerext/file_winexplorerext.scp b/scp2/source/winexplorerext/file_winexplorerext.scp
index 50bcfc3f3901..3eb80bbec63b 100644
--- a/scp2/source/winexplorerext/file_winexplorerext.scp
+++ b/scp2/source/winexplorerext/file_winexplorerext.scp
@@ -23,3 +23,9 @@ Directory gid_Dir_Shlxthdl
DosName = "shlxthdl";
End
+#ifdef BUILD_X64
+Directory gid_Dir_Shlxthdl_x64
+ ParentID = gid_Dir_Shlxthdl;
+ DosName = ".";
+End
+#endif
diff --git a/scp2/source/winexplorerext/module_winexplorerext.scp b/scp2/source/winexplorerext/module_winexplorerext.scp
index 97bfc231769a..2acd44c1ed89 100644
--- a/scp2/source/winexplorerext/module_winexplorerext.scp
+++ b/scp2/source/winexplorerext/module_winexplorerext.scp
@@ -43,7 +43,7 @@ Module gid_Module_Optional_Winexplorerext_x64
Sortkey = "1210";
Default = YES;
Styles = (HIDDEN_ROOT);
- Dirs = (gid_Dir_Shlxthdl);
+ Dirs = (gid_Dir_Shlxthdl_x64);
Files = (auto_winexplorerextwin64_ALL);
End
#endif