]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 17 Jun 2010 21:02:51 +0000 (14:02 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 17 Jun 2010 21:02:51 +0000 (14:02 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/uuid.h

index c17f9a24ad8a280b881b84c3162a3e12ab5a80e8..d9333585b2a04a8b7a1847efd174af635946ac24 100644 (file)
@@ -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