mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 10:35:54 +00:00
fixing few compiling issue.
svn path=/branches/reactx/; revision=29615
This commit is contained in:
parent
a0a831361b
commit
2c49e7a9db
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ NtGdiDdEndMoCompFrame(HANDLE hMoComp,
|
|||
}
|
||||
|
||||
DPRINT1("Calling on dxg.sys pfnDdEndMoCompFrame");
|
||||
return pfnDdEndMoCompFrame(hMoComp, puBeginFrameData);
|
||||
return pfnDdEndMoCompFrame(hMoComp, puEndFrameData);
|
||||
}
|
||||
|
||||
/************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue