mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d-utils: Return a bool from vkd3d_signal_event().
This commit is contained in:
@@ -25,12 +25,13 @@
|
||||
|
||||
#include "vkd3d_windows.h"
|
||||
#include "d3d12.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
typedef BOOL (*vkd3d_signal_event_pfn)(HANDLE event);
|
||||
typedef bool (*vkd3d_signal_event_pfn)(HANDLE event);
|
||||
|
||||
struct vkd3d_device_create_info
|
||||
{
|
||||
|
Reference in New Issue
Block a user