The MsgFmt_* functions are referenced in a few utilities
related to VMware Tools. This change replaces the MsgFmt_*
with a stub. This also affects the Windows version.
* redistribution requirements for Debian.
* <https://github.com/vmware/open-vm-tools/issues/148>
*/
-#if !defined(OPEN_VM_TOOLS)
+#if !defined(VMX86_TOOLS) || defined(_WIN32)
#if (defined _WIN32 && !defined STR_NO_WIN32_LIBS) || \
(defined __linux__ && !defined __UCLIBC__) || \
defined __APPLE__
#endif
#endif
-
/*
* ASCII/UTF-8 versions
*