http://bugs.winehq.org/show_bug.cgi?id=10531
--- Comment #24 from Nikolay Sivov bunglehead@gmail.com 2013-07-04 22:47:40 CDT --- 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.