Since there's no Lua headers in windows yet, as a temporary workarround just declare wslua_init instead of including wslua.h.

Sorry!


svn path=/trunk/; revision=19322
This commit is contained in:
Luis Ontanon 2006-09-26 01:12:14 +00:00
parent e2aea53993
commit afe7787089
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
#include "expert.h"
#ifdef HAVE_LUA_5_1
#include <epan/wslua/wslua.h>
int wslua_init(void*);
#endif
static void (*report_failure_func)(const char *, va_list);