diff --git a/bld/vi/nt/int.c b/bld/vi/nt/int.c index 3f1e3fb8b4..643f6b0193 100644 --- a/bld/vi/nt/int.c +++ b/bld/vi/nt/int.c @@ -36,6 +36,7 @@ #include #include "win.h" + static volatile int exit_thread; static char_info _FAR *ClockStart = NULL; diff --git a/bld/vi/qnx/int.c b/bld/vi/qnx/int.c index 2a062b07fb..ec66ee4e44 100644 --- a/bld/vi/qnx/int.c +++ b/bld/vi/qnx/int.c @@ -2,6 +2,7 @@ * * Open Watcom Project * +* Copyright (c) 2024 The Open Watcom Contributors. All Rights Reserved. * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved. * * ======================================================================== @@ -35,5 +36,7 @@ #include #include "win.h" + void RestoreInterrupts( void ) {} void SetInterrupts( void ) {} +void GetClockStart( void ) {}