summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext/file_winexplorerext.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/winexplorerext/file_winexplorerext.scp')
-rw-r--r--scp2/source/winexplorerext/file_winexplorerext.scp6
1 files changed, 6 insertions, 0 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