From: John Wolfe Date: Tue, 21 Jul 2020 18:52:58 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.2.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b3ab0fd346f411e65a39a3b89f56eb85d30b20;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/windowsUtil.h b/open-vm-tools/lib/include/windowsUtil.h index 5a1660aa9..b1c6a03a2 100644 --- a/open-vm-tools/lib/include/windowsUtil.h +++ b/open-vm-tools/lib/include/windowsUtil.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2016 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2020 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 @@ -39,9 +39,10 @@ extern "C" { #ifdef _WIN32 /* Defines */ -#define VMX_SHUTDOWN_ORDER 0x100 // Application reserved last shutdown range. -#define UI_SHUTDOWN_ORDER 0x300 // Application reserved first shutdown range. -#define TOOLS_SHUTDOWN_ORDER 0x100 // Application reserved last shutdown range +#define VMX_SHUTDOWN_ORDER 0x101 // Application reserved last shutdown range. +#define UI_SHUTDOWN_ORDER 0x300 // Application reserved first shutdown range. +#define TOOLS_SHUTDOWN_ORDER 0x100 // Application reserved last shutdown range. +#define MKS_SANDBOX_SHUTDOWN_ORDER 0x100 // Application reserved last shutdown range. #include