Skip to content
Snippets Groups Projects
Commit 17400818 authored by rswindell's avatar rswindell
Browse files

Eliminated JAVASCRIPT redefinition warning.

parent f7454b4c
Branches
Tags
No related merge requests found
...@@ -39,7 +39,10 @@ ...@@ -39,7 +39,10 @@
#include <sys/wait.h> /* waitpid() */ #include <sys/wait.h> /* waitpid() */
#endif #endif
#ifndef JAVASCRIPT
#define JAVASCRIPT #define JAVASCRIPT
#endif
#include "sbbs.h" #include "sbbs.h"
#include "sockwrap.h" /* sendfilesocket() */ #include "sockwrap.h" /* sendfilesocket() */
#include "threadwrap.h" /* _beginthread() */ #include "threadwrap.h" /* _beginthread() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment