mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 13:45:49 +08:00
made init function signature consistent #4313
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <Windows.h>
|
||||
#include <iostream>
|
||||
|
||||
typedef int (*initFunc)(void*, void*);
|
||||
typedef void (*initFunc)(void*, void*);
|
||||
typedef int (*initEventFunc)(void (*sendEvent)(const char*, void*));
|
||||
typedef void* (*invokeFunc)(const char*, void**);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user