mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-utils: Implement the event functions for Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#define NONAMELESSUNION
|
||||
#define VK_NO_PROTOTYPES
|
||||
|
||||
#include <pthread.h>
|
||||
#include <vkd3d.h>
|
||||
#include <vkd3d_shader.h>
|
||||
#include <vkd3d_d3dcompiler.h>
|
||||
@@ -32,11 +31,4 @@
|
||||
#include "vkd3d_memory.h"
|
||||
#include <vkd3d_utils.h>
|
||||
|
||||
struct vkd3d_event
|
||||
{
|
||||
pthread_mutex_t mutex;
|
||||
pthread_cond_t cond;
|
||||
BOOL is_signaled;
|
||||
};
|
||||
|
||||
#endif /* __VKD3D_UTILS_PRIVATE_H */
|
||||
|
||||
Reference in New Issue
Block a user