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

Revert "Fix MSVC link error"

This reverts commit 7eb498aa.
parent 9e8a5877
No related branches found
No related tags found
No related merge requests found
...@@ -531,7 +531,7 @@ js_OperationCallback(JSContext *cx) ...@@ -531,7 +531,7 @@ js_OperationCallback(JSContext *cx)
return ret; return ret;
} }
extern "C" JSClass js_global_class; // Hurr derr extern 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) int sbbs_t::js_execfile(const char *cmd, const char* startup_dir, JSObject* scope, JSContext* js_cx, JSObject* js_glob)
{ {
char* p; char* p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment