]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:58 +0000 (11:52 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Tue, 21 Jul 2020 18:52:58 +0000 (11:52 -0700)
open-vm-tools/lib/include/windowsUtil.h

index 5a1660aa97ba7f92cd6c723a983d7c9aafac4f80..b1c6a03a2b9aee46d52551314c3980c1412be3ef 100644 (file)
@@ -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 <windows.h>