Skip to content

Commit

Permalink
fix clallback prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
twall committed Jan 13, 2014
1 parent 4e4dbda commit ed35e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/testlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed35e7b

Please sign in to comment.