Commit c94e218f authored by Alexandre Julliard's avatar Alexandre Julliard

netprofm: Use nameless unions/structs.

parent 6522c60f
......@@ -18,8 +18,6 @@
*/
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.h>
#include "windef.h"
......@@ -1769,7 +1767,7 @@ static void init_networks( struct list_manager *mgr )
struct connection *connection;
NET_LUID luid;
ConvertInterfaceIndexToLuid(aa->u.s.IfIndex, &luid);
ConvertInterfaceIndexToLuid(aa->IfIndex, &luid);
ConvertInterfaceLuidToGuid(&luid, &id);
/* assume a one-to-one mapping between networks and connections */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment