diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2020-09-12 11:46:33 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2020-09-12 18:14:45 +0200 |
commit | 0cf2531cc59556d04acd4a614e452df6bbad7368 (patch) | |
tree | 8b640efa1178149135f6f0f094cf5209f2be2819 /scp2/inc | |
parent | 7ed8d93fab114804387990215545bdceafee36db (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/inc')
-rw-r--r-- | scp2/inc/macros.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index e801253df1f0..8f507c510346 100644 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -179,12 +179,12 @@ End Dir = gid_Dir_Shlxthdl; \ End -#define SHLXTHDL_LIB_FILE_COMPONENTCONDITION(id,name,cond) \ +#define SHLXTHDL_X64_LIB_FILE_COMPONENTCONDITION(id,name,cond) \ File id \ Name = name; \ LIB_FILE_BODY; \ Styles = (PACKED); \ - Dir = gid_Dir_Shlxthdl; \ + Dir = gid_Dir_Shlxthdl_x64; \ ComponentCondition = cond; \ End |