ole: Remove __CLSIDFromStringA.
authorRobert Shearman <rob@codeweavers.com>
Mon, 9 Jan 2006 17:40:17 +0000 (18:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Jan 2006 17:40:17 +0000 (18:40 +0100)
commitcc4669cc5f5413b4e7ffd079f9d0c6d0463029ff
tree054d02c644b65ab528959f20af5c1fe33fe37276
parent1926b6da63e939fb0e21fa2183e1dc5f4e755245
ole: Remove __CLSIDFromStringA.
Move the ANSI implementation of CLSIDFromString to ole16.c and change
CLSIDFromString to only deal with Unicode strings.
dlls/ole32/compobj.c
dlls/ole32/compobj_private.h
dlls/ole32/ole16.c