On Sat, 24 Jun 2006 11:47:51 +0200, Olaf Schmidt wrote: > Do you handle the OLE-BSTR-stuff directly in wine, or do you > give that jobs to other Libs in the system (the 0.9.12er winelib- > update has also changed some dependencies (Gtk, libc* and > others)?
BSTR (Basic String) is a Microsoft specific construct, it has no equivalent on other platforms, so it's handled internally. thanks -mike
