summaryrefslogtreecommitdiff
path: root/shell/inc/config.hxx
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2022-01-05 13:20:09 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2022-01-05 13:12:00 +0100
commitd75bf2c7703d6a741f04e4a3fc5a6180428f53b2 (patch)
tree58d4e9d1cee91463e08ac73e82f7549d78ee0614 /shell/inc/config.hxx
parent9fb45044d93ffcaa63cfe3275c8fb5feb8c00504 (diff)
tdf#146554: use GetModuleHandleExW instead of GetModuleHandleW
This allows to avoid use of module name when obtaining current module handle, which needs to be synchronized and thus is error-prone. Change-Id: I2f0e0af7f616c3582b0a3271cf9e06420a9dfc8e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127993 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'shell/inc/config.hxx')
-rw-r--r--shell/inc/config.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/inc/config.hxx b/shell/inc/config.hxx
index 58b5dd4bfc3c..4f4847667643 100644
--- a/shell/inc/config.hxx
+++ b/shell/inc/config.hxx
@@ -20,12 +20,6 @@
#ifndef INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
#define INCLUDED_SHELL_INC_INTERNAL_CONFIG_HXX
-#ifdef _AMD64_
-#define MODULE_NAME L"shlxthdl_x64.dll"
-#else
-#define MODULE_NAME L"shlxthdl.dll"
-#endif
-
#define COLUMN_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Column Handler"
#define INFOTIP_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Infotip Handler"
#define PROPSHEET_HANDLER_DESCRIPTIVE_NAME L"LibreOffice Property Sheet Handler"