ole32: In 16-bit OLE, LPOLESTR uses multibyte, not Unicode characters so make LoadTyp...
commit15a1723c1a504b5e3e5da913bd8b6e36581e8a1b
authorRob Shearman <rob@codeweavers.com>
Wed, 4 Apr 2007 18:54:54 +0000 (4 19:54 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 4 Apr 2007 19:28:41 +0000 (4 21:28 +0200)
tree913b3e9513523719c4b0634dfd8136b32afd2b67
parentab7f796fcb5627b0d33909186877da1b5039c18f
ole32: In 16-bit OLE, LPOLESTR uses multibyte, not Unicode characters so make LoadTypeLib16 take an LPSTR instead of LPOLESTR.
dlls/oleaut32/typelib16.c