From: Oliver Kurth Date: Fri, 15 Sep 2017 18:23:44 +0000 (-0700) Subject: Revert the previous commit. X-Git-Tag: stable-10.2.0~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2247e5ba1830c5ed70153027df4834285cd1041;p=thirdparty%2Fopen-vm-tools.git Revert the previous commit. --- diff --git a/open-vm-tools/lib/include/str.h b/open-vm-tools/lib/include/str.h index a1d87820c..2234a2611 100644 --- a/open-vm-tools/lib/include/str.h +++ b/open-vm-tools/lib/include/str.h @@ -65,7 +65,7 @@ extern "C" { * These platforms use bsd_vsnprintf(). * This does not mean it has bsd_vsnwprintf(). */ -#if !defined(VMX86_TOOLS) || defined(_WIN32) +#if !defined(OPEN_VM_TOOLS) #if (defined _WIN32 && !defined STR_NO_WIN32_LIBS) || \ (defined __linux__ && !defined __UCLIBC__) || \ defined __APPLE__ @@ -76,7 +76,7 @@ extern "C" { /* * And these platforms/setups use bsd_vsnwprintf() */ -#if !defined(VMX86_TOOLS) || defined(_WIN32) +#if !defined(OPEN_VM_TOOLS) #if (defined _WIN32 && !defined STR_NO_WIN32_LIBS) || \ (defined __GNUC__ && (__GNUC__ < 2 \ || (__GNUC__ == 2 \