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

And define WaitForEvent()

parent dead7e70
No related branches found
No related tags found
No related merge requests found
Pipeline #5032 failed
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
#include "gen_defs.h" #include "gen_defs.h"
typedef HANDLE xpevent_t; typedef HANDLE xpevent_t;
#define WaitForEvent(event, ms) WaitForSingleObject(event, ns)
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment