made init function signature consistent #4313

This commit is contained in:
XinyuHou 2015-01-20 16:00:15 +00:00
parent 141b778477
commit a98c4bd02a
1 changed files with 1 additions and 1 deletions

View File

@ -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**);