summaryrefslogtreecommitdiff
path: root/scp2/source/winexplorerext
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2020-09-12 11:46:33 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2020-09-12 18:14:45 +0200
commit0cf2531cc59556d04acd4a614e452df6bbad7368 (patch)
tree8b640efa1178149135f6f0f094cf5209f2be2819 /scp2/source/winexplorerext
parent7ed8d93fab114804387990215545bdceafee36db (diff)
Try fix multiple assignments of gids
************************************************ WARNING: multiple assignments of gids: ************************************************ GID: gid_Dir_Shlxthdl Assignments: 2 Change-Id: I4c2f53d8b996fc750465219f320fd8538a4d23f4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102494 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'scp2/source/winexplorerext')
-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