OleTranslateColor trace fix.
OleTranslateColor isn't a stub so don't print ":stub" in the trace message.
This commit is contained in:
parent
7f7e94d331
commit
e7299cdf47
|
@ -629,7 +629,7 @@ HRESULT WINAPI OleTranslateColor(
|
|||
COLORREF colorref;
|
||||
BYTE b = HIBYTE(HIWORD(clr));
|
||||
|
||||
TRACE("(%08lx, %p, %p):stub\n", clr, hpal, pColorRef);
|
||||
TRACE("(%08lx, %p, %p)\n", clr, hpal, pColorRef);
|
||||
|
||||
/*
|
||||
* In case pColorRef is NULL, provide our own to simplify the code.
|
||||
|
|
Loading…
Reference in New Issue