http://bugs.winehq.org/show_bug.cgi?id=10531
Qian Hong fracting@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fracting@gmail.com
--- Comment #25 from Qian Hong fracting@gmail.com 2013-07-05 03:06:21 CDT --- (In reply to comment #24)
Some loader magic is needed, when manifest is found it should load specified module and register all classes mentioned in manifest with this module using RegisterClassNameW call. Last time I tried to make a reliable test for that I lost a battle with activation contexts as I remember. I should probably try again eventually.
Interesting, is the loader magic you mentioned related to Bug 25340?