From 46ce3375d931190ff0daa0e8ecab3cb0c341e231 Mon Sep 17 00:00:00 2001 From: Nishi Date: Mon, 14 Oct 2024 17:30:47 +0000 Subject: [PATCH] idk git-svn-id: file:///raid/svn-personal/tewi/trunk@319 8739d7e6-ffea-ec47-b151-bdff447c6205 --- Server/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/main.c b/Server/main.c index a14fd8c..bc5f7ce 100644 --- 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; -- 2.45.2