made init function signature consistent #4313
This commit is contained in:
parent
141b778477
commit
a98c4bd02a
|
@ -27,7 +27,7 @@
|
||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
typedef int (*initFunc)(void*, void*);
|
typedef void (*initFunc)(void*, void*);
|
||||||
typedef int (*initEventFunc)(void (*sendEvent)(const char*, void*));
|
typedef int (*initEventFunc)(void (*sendEvent)(const char*, void*));
|
||||||
typedef void* (*invokeFunc)(const char*, void**);
|
typedef void* (*invokeFunc)(const char*, void**);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue