From: John Wolfe Date: Mon, 9 Nov 2020 20:29:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=330eb4025c26305e85fc5603dba88cefed261778;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/toolbox/toolboxCmdInt.h b/open-vm-tools/toolbox/toolboxCmdInt.h index 73b713f5a..ba9d94bea 100644 --- a/open-vm-tools/toolbox/toolboxCmdInt.h +++ b/open-vm-tools/toolbox/toolboxCmdInt.h @@ -151,4 +151,8 @@ DECLARE_COMMAND(Config); DECLARE_COMMAND(Upgrade); #endif +#if defined(_WIN32) +DECLARE_COMMAND(GlobalConf) +#endif + #endif /*_TOOLBOX_CMD_H_*/