From: John Wolfe Date: Mon, 4 Apr 2022 19:58:41 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53ae31eaa20ec80f2d97f85ac6b9a295e21c287;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_types.h b/open-vm-tools/lib/include/vm_basic_types.h index d4005b4c7..75ae69b26 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -772,11 +772,11 @@ typedef void * UserVA; #endif /* - * Similarly, we require a compiler that is at least vs2013. + * Similarly, we require a compiler that is at least vs2015. * Enforce this here. */ -#if defined _MSC_VER && _MSC_VER < 1800 -#error "cl.exe version is too old, need vs2013 or better" +#if defined _MSC_VER && _MSC_VER < 1900 +#error "cl.exe version is too old, need vs2015 or better" #endif