Author: tkreuzer
Date: Fri Apr 2 13:25:29 2010
New Revision: 46675
URL:
http://svn.reactos.org/svn/reactos?rev=46675&view=rev
Log:
fix macro name in iptypes.h
Modified:
branches/header-work/include/psdk/iptypes.h
Modified: branches/header-work/include/psdk/iptypes.h
URL:
http://svn.reactos.org/svn/reactos/branches/header-work/include/psdk/iptype…
==============================================================================
--- branches/header-work/include/psdk/iptypes.h [iso-8859-1] (original)
+++ branches/header-work/include/psdk/iptypes.h [iso-8859-1] Fri Apr 2 13:25:29 2010
@@ -78,7 +78,7 @@
UINT EnableProxy;
UINT EnableDns;
} FIXED_INFO, *PFIXED_INFO;
-#ifdef _WINSOCK2_H
+#ifdef _WINSOCK2API_
typedef enum {
IpPrefixOriginOther = 0,
IpPrefixOriginManual,