Re: [ovs-dev] [PATCH 1/9] windefs: Include the library advapi32.

2014-03-17 Thread Ben Pfaff
On Fri, Mar 14, 2014 at 08:18:38AM -0700, Gurucharan Shetty wrote: > advapi32 is needed by multiple functions > So include it in a common place. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org http://o

[ovs-dev] [PATCH 1/9] windefs: Include the library advapi32.

2014-03-14 Thread Gurucharan Shetty
advapi32 is needed by multiple functions So include it in a common place. Signed-off-by: Gurucharan Shetty --- include/windows/windefs.h |2 ++ lib/daemon-windows.c |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/windows/windefs.h b/include/windows/wind