Dmitry Timoshkov dmitry@codeweavers.com writes:
the only import from user32 which mlang uses is wsprintfW, and it's only used by the DllRegisterServer code, so it's reasonable to move user32 to delay load imports.
As long as mlang imports ole32 which imports user32, there is nothing to gain by not importing user32 directly.