From: Bernhard Übelacker bernhardu@mailbox.org
Followup to: 3e67471d02 --- dlls/d3dx10_43/tests/d3dx10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/d3dx10_43/tests/d3dx10.c b/dlls/d3dx10_43/tests/d3dx10.c index ded2940ba46..cd9f6487fc6 100644 --- a/dlls/d3dx10_43/tests/d3dx10.c +++ b/dlls/d3dx10_43/tests/d3dx10.c @@ -4382,7 +4382,7 @@ static void test_create_effect_from_memory(void) /* Empty buffers are always included before version 40. */ hr = effect->lpVtbl->GetDesc(effect, &desc); ok(hr == S_OK, "Got unexpected hr %#lx.\n", hr); -#if D3DX10_SDK_VERSION > 40 +#if D3DX10_SDK_VERSION >= 40 ok(desc.ConstantBuffers == 1, "Unexpected buffer count.\n"); #else todo_wine