mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +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)
|
||||
{
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue