ErrorInfo functions need to be in ole32, not oleaut32.

oldstable
Alexandre Julliard 2000-02-26 19:11:25 +00:00
parent c3feebb67e
commit fc6d940424
3 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,7 @@ C_SRCS = \
compositemoniker.c \
datacache.c \
defaulthandler.c \
errorinfo.c \
filemoniker.c \
hglobalstream.c \
ifs.c \

View File

@ -17,7 +17,7 @@ DEFAULT_DEBUG_CHANNEL(ole)
*/
HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo)
{
FIXME("(%ld, %p): stub:\n", pperrinfo);
FIXME("(%p): stub:\n", pperrinfo);
return S_OK;
}

View File

@ -11,7 +11,6 @@ IMPORTS = olepro32 ole32 comctl32 winmm
SPEC_SRCS = oleaut32.spec ole2disp.spec typelib.spec
C_SRCS = \
errorinfo.c \
ole2disp.c \
oleaut.c \
olefont.c \