[PATCH v2] d3dx10: Introduce get_d3dx10_dds_format().
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v2: * Change the array name "convert_dds_format" to "to_be_converted_format" * Put each element in array on a single line. dlls/d3dx10_43/d3dx10_43_main.c | 26 +++++++++++++++++++++++++- dlls/d3dx10_43/tests/d3dx10.c | 2 -- 2 files changed, 25 insertions(+), 3 deletions(-)
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=77226 Your paranoid android. === debiant (build log) === ../../../wine/dlls/d3dx10_43/d3dx10_43_main.c:101:32: error: ‘convert_dds_format’ undeclared (first use in this function) Task: The win32 Wine build failed === debiant (build log) === ../../../wine/dlls/d3dx10_43/d3dx10_43_main.c:101:32: error: ‘convert_dds_format’ undeclared (first use in this function) Task: The wow64 Wine build failed
participants (2)
-
Marvin -
Ziqing Hui