From aade1f47d34594216500f26ed0d21b23a1d1f4f1 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 2 Apr 2022 03:57:55 +0200 Subject: complete support for the win386 hooks in dos mouse side, and further simplify w16 driver --- dosmain.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dosmain.c') diff --git a/dosmain.c b/dosmain.c index 646a03a..f1c2291 100644 --- a/dosmain.c +++ b/dosmain.c @@ -28,11 +28,6 @@ #include "vbox.h" #include "dostsr.h" -static unsigned get_resident_size(void) -{ - return FP_OFF(&resident_end); -} - #if USE_VIRTUALBOX static int set_integration(LPTSRDATA data, bool enable) { @@ -268,7 +263,7 @@ int main(int argc, const char *argv[]) LPTSRDATA data = get_tsr_data(true); int err, argi = 1; - printf("\nVBMouse 0.x (MSMOUSE %x.%x)\n", REPORTED_VERSION_MAJOR, REPORTED_VERSION_MINOR); + printf("\nVBMouse %x.%x (like MSMOUSE %x.%x)\n", VERSION_MAJOR, VERSION_MINOR, REPORTED_VERSION_MAJOR, REPORTED_VERSION_MINOR); if (argi >= argc || stricmp(argv[argi], "install") == 0) { if (data) { -- cgit v1.2.3