mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[D3DCOMPILER_43] Sync with Wine Staging 3.17. CORE-15127
This commit is contained in:
parent
d02c72252c
commit
c003509323
3 changed files with 6 additions and 6 deletions
|
@ -570,7 +570,7 @@ static const struct target_info targets_info[] = {
|
|||
static const struct target_info * get_target_info(const char *target)
|
||||
{
|
||||
LONG min = 0;
|
||||
LONG max = sizeof(targets_info) / sizeof(targets_info[0]) - 1;
|
||||
LONG max = ARRAY_SIZE(targets_info) - 1;
|
||||
LONG cur;
|
||||
int res;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue