OpenVMS update follow-up

This commit is contained in:
nhmall
2023-05-22 20:50:35 -04:00
parent 788ade31ca
commit 4761bf190e
9 changed files with 43 additions and 43 deletions

View File

@@ -9,7 +9,7 @@
#include "wintty.h"
#include "tcap.h"
#ifdef VMS9
#ifdef VMSVSI
#include <lib$routines.h>
#include <smg$routines.h>
#include <starlet.h>
@@ -40,12 +40,12 @@
#include <signal.h>
#ifndef VMS9
#ifndef VMSVSI
unsigned long lib$disable_ctrl(), lib$enable_ctrl();
unsigned long sys$assign(), sys$dassgn(), sys$qiow();
#endif
#ifndef USE_QIO_INPUT
#ifndef VMS9
#ifndef VMSVSI
unsigned long smg$create_virtual_keyboard(), smg$delete_virtual_keyboard(),
smg$read_keystroke(), smg$cancel_input();
#endif
@@ -533,7 +533,7 @@ introff(void)
#ifdef TIMED_DELAY
#ifndef VMS9
#ifndef VMSVSI
extern unsigned long lib$emul(const long *, const long *, const long *,
long *);
extern unsigned long sys$schdwk(), sys$hiber();