Matteo Bruni (@Mystral) commented about dlls/d3dx9_36/tests/mesh.c:
{ unsigned int i;
- todo_wine ok(user_data->data_count == expected_count, "got %u, expected %u.\n", user_data->data_count, expected_count);
- ok(user_data->data_count == expected_count, "got %u, expected %u.\n", user_data->data_count, expected_count); expected_count = min(expected_count, user_data->data_count);
Nitpick, this could be simplified at this point.