Commit fc6d9404 authored by Alexandre Julliard's avatar Alexandre Julliard

ErrorInfo functions need to be in ole32, not oleaut32.

parent c3feebb6
...@@ -17,6 +17,7 @@ C_SRCS = \ ...@@ -17,6 +17,7 @@ C_SRCS = \
compositemoniker.c \ compositemoniker.c \
datacache.c \ datacache.c \
defaulthandler.c \ defaulthandler.c \
errorinfo.c \
filemoniker.c \ filemoniker.c \
hglobalstream.c \ hglobalstream.c \
ifs.c \ ifs.c \
......
...@@ -17,7 +17,7 @@ DEFAULT_DEBUG_CHANNEL(ole) ...@@ -17,7 +17,7 @@ DEFAULT_DEBUG_CHANNEL(ole)
*/ */
HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo) HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo)
{ {
FIXME("(%ld, %p): stub:\n", pperrinfo); FIXME("(%p): stub:\n", pperrinfo);
return S_OK; return S_OK;
} }
......
...@@ -11,7 +11,6 @@ IMPORTS = olepro32 ole32 comctl32 winmm ...@@ -11,7 +11,6 @@ IMPORTS = olepro32 ole32 comctl32 winmm
SPEC_SRCS = oleaut32.spec ole2disp.spec typelib.spec SPEC_SRCS = oleaut32.spec ole2disp.spec typelib.spec
C_SRCS = \ C_SRCS = \
errorinfo.c \
ole2disp.c \ ole2disp.c \
oleaut.c \ oleaut.c \
olefont.c \ olefont.c \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment