mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
MIN => min
svn path=/trunk/; revision=26855
This commit is contained in:
parent
813da313d4
commit
6891a17fe5
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ Main_DirectDraw_GetFourCCCodes(LPDIRECTDRAW7 iface, LPDWORD lpNumCodes, LPDWORD
|
||||||
|
|
||||||
if(lpCodes)
|
if(lpCodes)
|
||||||
{
|
{
|
||||||
memcpy(lpCodes, This->lpLcl->lpGbl->lpdwFourCC, sizeof(DWORD)* MIN(This->lpLcl->lpGbl->dwNumFourCC, *lpNumCodes));
|
memcpy(lpCodes, This->lpLcl->lpGbl->lpdwFourCC, sizeof(DWORD)* min(This->lpLcl->lpGbl->dwNumFourCC, *lpNumCodes));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue