[PATCH v3 4/6] windowscodecs: Implement DdsDecoder_Wine_Initialize().
Code in DdsDecoder_Initialize() are moved to DdsDecoder_Wine_Initialize(). And DdsDecoder_Initialize() are implemented on top of DdsDecoder_Wine_Initialize(). Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> --- v3: Change the position of EnterCriticalSection() to the beginning of DdsDecoder_Initialize(). dlls/windowscodecs/ddsformat.c | 118 ++++++++++++++++----------- dlls/windowscodecs/tests/ddsformat.c | 3 - 2 files changed, 70 insertions(+), 51 deletions(-)
Ziqing Hui <zhui(a)codeweavers.com> writes:
Code in DdsDecoder_Initialize() are moved to DdsDecoder_Wine_Initialize(). And DdsDecoder_Initialize() are implemented on top of DdsDecoder_Wine_Initialize().
Signed-off-by: Ziqing Hui <zhui(a)codeweavers.com> ---
v3: Change the position of EnterCriticalSection() to the beginning of DdsDecoder_Initialize().
dlls/windowscodecs/ddsformat.c | 118 ++++++++++++++++----------- dlls/windowscodecs/tests/ddsformat.c | 3 - 2 files changed, 70 insertions(+), 51 deletions(-)
This is breaking tests here: ../../../tools/runtest -q -P wine -T ../../.. -M d3dx10_43.dll -p d3dx10_43_test.exe d3dx10 && touch d3dx10.ok d3dx10.c:1065: Test failed: Test 12: Got unexpected hr 0x80004005. make: *** [Makefile:184: d3dx10.ok] Error 1 -- Alexandre Julliard julliard(a)winehq.org
participants (3)
-
Alexandre Julliard -
Esme Povirk (they/them) -
Ziqing Hui