http://bugs.winehq.org/show_bug.cgi?id=7095
------- Additional Comments From julliard@winehq.com 2007-06-01 04:15 ------- If you don't have the native ole32, then the builtin will be loaded, and so the corresponding 16-bit builtins will be loaded too since they are contained in the 32-bit builtin.
The right solution in that case would be to set ole32 to native only, to make sure the builtin is never loaded. Though from reading the code I suspect it will cause the 16-bit dlls to fail to load too, but that one could be fixed.