Skip to content
Snippets Groups Projects
Commit 76da6d54 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

We don't need event wrappers for Windows.

parent ecae0b22
No related branches found
No related tags found
No related merge requests found
Pipeline #5029 failed
......@@ -38,6 +38,12 @@
#ifndef _XPEVENT_H_
#define _XPEVENT_H_
#ifdef _WIN32
typedef HANDLE xpevent_t;
#else
#include <pthread.h>
#include "gen_defs.h"
......@@ -81,3 +87,5 @@ enum {
};
#endif
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment