libs/vkd3d: Use HRESULT as preferred error code.

For consistency.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2018-04-11 13:21:43 +02:00
committed by Alexandre Julliard
parent e6e62e8a8e
commit 0e86a6b353
6 changed files with 12 additions and 12 deletions

View File

@@ -17,6 +17,7 @@
*/
#include <fcntl.h>
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>