From: VMware, Inc <> Date: Thu, 17 Dec 2009 21:28:01 +0000 (-0800) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2009.12.16-217847~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244de031c9eee9e19061a5155c93708e4dcf99a3;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/netutil.h b/open-vm-tools/lib/include/netutil.h index 8cd2193ae..845b0c9f7 100644 --- a/open-vm-tools/lib/include/netutil.h +++ b/open-vm-tools/lib/include/netutil.h @@ -62,11 +62,6 @@ typedef enum { /* * Modified from iptypes.h... */ -#if (NTDDI_VERSION < NTDDI_WIN2KSP1) -typedef FIXED_INFO_W2KSP1 FIXED_INFO; -typedef FIXED_INFO_W2KSP1 *PFIXED_INFO; -#endif - char *NetUtil_GetPrimaryIP(void); GuestNic *NetUtil_GetPrimaryNic(void);