From ed35e7b97362d269d9662f9199ea96a224eccfd3 Mon Sep 17 00:00:00 2001 From: Timothy Wall Date: Mon, 13 Jan 2014 01:16:23 -0500 Subject: [PATCH] fix clallback prototype --- native/testlib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/native/testlib.c b/native/testlib.c index b68e61dc16..e40789824a 100644 --- a/native/testlib.c +++ b/native/testlib.c @@ -944,6 +944,7 @@ callInt32StdCallCallback(int32_t (__stdcall *func)(int32_t arg, int32_t arg2), EXPORT int32_t __stdcall callBugCallback(void (__stdcall *func)(long,int,double, const char*,const char*, + double,long, double,long,long,long), long arg1, int arg2, double arg3, const char* arg4, const char* arg5,