aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--makefile2
-rw-r--r--vxd_main.c5
2 files changed, 4 insertions, 3 deletions
diff --git a/makefile b/makefile
index af30dcd..6e01f98 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ OBJS += &
INCS = -I$(%WATCOM)\h\win -Iddk -Ivmware
-VER_BUILD = 87
+VER_BUILD = 88
FLAGS = -DDRV_VER_BUILD=$(VER_BUILD)
diff --git a/vxd_main.c b/vxd_main.c
index b17cfe4..9336e48 100644
--- a/vxd_main.c
+++ b/vxd_main.c
@@ -600,8 +600,9 @@ DWORD __stdcall Device_IO_Control_proc(DWORD vmhandle, struct DIOCParams *params
#ifdef SVGA
if(io_open_cnt == 0)
{
- dbg_printf("Zero reference, do ALL cleanup!\n");
- SVGA_AllProcessCleanup();
+ // JH: too aggressive - cause problems
+ //dbg_printf("Zero reference, do ALL cleanup!\n");
+ //SVGA_AllProcessCleanup();
}
#endif
rc = 0;