From: VMware, Inc <> Date: Thu, 17 Jun 2010 21:02:51 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2010.06.16-268169~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=566eadd7d147003fbe078207af7565da879bd064;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/uuid.h b/open-vm-tools/lib/include/uuid.h index c17f9a24a..d9333585b 100644 --- a/open-vm-tools/lib/include/uuid.h +++ b/open-vm-tools/lib/include/uuid.h @@ -50,10 +50,6 @@ Bool UUID_IsUUIDGeneratedByThatVpxd(const uint8 *id, int vpxdInstanceId); char *UUID_PackText(const char *text, char *pack, int packLen); char *UUID_ProperHostUUID(void); char *UUID_GetHostUUID(void); -#if defined(_WIN32) /* like UUID_GetHostUUID, except gets actual host UUID */ char *UUID_GetRealHostUUID(void); -#else -#define UUID_GetRealHostUUID() UUID_GetHostUUID() -#endif /* _WIN32 */ #endif