projects
/
tewi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef68a41
)
idk
author
Nishi
<nishi@nishi.boats>
Mon, 14 Oct 2024 17:30:47 +0000
(17:30 +0000)
committer
Nishi
<nishi@nishi.boats>
Mon, 14 Oct 2024 17:30:47 +0000
(17:30 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@319
8739d7e6
-ffea-ec47-b151-
bdff447c6205
Server/main.c
patch
|
blob
|
history
diff --git
a/Server/main.c
b/Server/main.c
index a14fd8cdf20c0fb11603e9d631c7fad5464490e3..bc5f7cef7712e7a4342ef4143b4b60d5c830f530 100644
(file)
--- a/
Server/main.c
+++ b/
Server/main.c
@@
-556,6
+556,10
@@
int main(int argc, char** argv) {
return 0;
}
+#ifdef __NETWARE__
+void __WATCOM_Prelude(void){return;}
+#endif
+
void thread_stuff(void* pargs) {
int st;
int argc = ((struct arg_struct*)pargs)->argc;