https://bugs.documentfoundation.org/show_bug.cgi?id=146554

Mike Kaganski <mikekagan...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Mike Kaganski <mikekagan...@hotmail.com> ---
Confirm.

The problem is MODULE_NAME in shell/inc/config.hxx, which is shlxthdl_x64.dll
in 64-bit builds, while the module name is simply shlxthdl.dll.

I suppose that we should use shlxthdl_x64.dll for 64-bit build, not try to
"fix" the MODULE_NAME define, because it would enable us to provide both 32-
and 64-bit handlers in 64-bit builds, just as we do for 32-bit builds - and
that would also enable the handlers to work inside 32-bit applications on
Windows. Also that would avoid adding complexity to the code.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to