From: John Wolfe Date: Thu, 20 Jan 2022 19:40:15 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd0f9506e5ad3ee42c95cbd1aea0c9381e4abf59;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 85434081d..d4005b4c7 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2021 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2022 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -772,11 +772,11 @@ typedef void * UserVA; #endif /* - * Similarly, we require a compiler that is at least vs2012. + * Similarly, we require a compiler that is at least vs2013. * Enforce this here. */ -#if defined _MSC_VER && _MSC_VER < 1700 -#error "cl.exe version is too old, need vs2012 or better" +#if defined _MSC_VER && _MSC_VER < 1800 +#error "cl.exe version is too old, need vs2013 or better" #endif