From: Nishi Date: Mon, 14 Oct 2024 17:30:47 +0000 (+0000) Subject: idk X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=46ce3375d931190ff0daa0e8ecab3cb0c341e231;p=tewi.git idk git-svn-id: file:///raid/svn-personal/tewi/trunk@319 8739d7e6-ffea-ec47-b151-bdff447c6205 --- 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;