Skip to content
Snippets Groups Projects
Commit 7eb498aa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix MSVC link error

parent ed8c30da
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,7 @@ js_OperationCallback(JSContext *cx)
return ret;
}
extern JSClass js_global_class; // Hurr derr
extern "C" JSClass js_global_class; // Hurr derr
int sbbs_t::js_execfile(const char *cmd, const char* startup_dir, JSObject* scope, JSContext* js_cx, JSObject* js_glob)
{
char* p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment