Detlef Riekenberg wrote:
On Mo, 2009-05-18 at 16:07 +0200, Paul Vriens wrote:
+hcat = pCryptCATOpen(emptyW, 0, 0, 0, 0);
+todo_wine
+{
+ok(hcat != NULL && hcat != INVALID_HANDLE_VALUE, "Expected a
correct handle\n");
+ok(GetLastError() == ERROR_SUCCESS,
+ "Expected ERRO
On Mo, 2009-05-18 at 16:07 +0200, Paul Vriens wrote:
> +hcat = pCryptCATOpen(emptyW, 0, 0, 0, 0);
> +todo_wine
> +{
> +ok(hcat != NULL && hcat != INVALID_HANDLE_VALUE, "Expected a
> correct handle\n");
> +ok(GetLastError() == ERROR_SUCCESS,
> + "Expected ERROR_SUCCESS, got