Commit 238b1de1 authored by Jason McMullan's avatar Jason McMullan Committed by Alexandre Julliard

More accurate stub of DDRAW:GetFourCCCodes.

parent aa5b6ce8
......@@ -793,6 +793,9 @@ Main_DirectDraw_GetFourCCCodes(LPDIRECTDRAW7 iface, LPDWORD pNumCodes,
LPDWORD pCodes)
{
ICOM_THIS(IDirectDrawImpl,iface);
if (*pNumCodes) {
*pNumCodes=0;
}
FIXME("(%p,%p,%p), stub\n",This,pNumCodes,pCodes);
return DD_OK;
}
......
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