Re: [ovs-dev] [PATCH] windows: Add stub headers for windows.

2014-03-11 Thread Ben Pfaff
On Mon, Mar 10, 2014 at 10:56:42AM -0700, Gurucharan Shetty wrote: > Windows does not have a bunch of headers that > are available in Linux. Instead of littering the code > with #ifndef _WIN32, add stub headers. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff __

[ovs-dev] [PATCH] windows: Add stub headers for windows.

2014-03-10 Thread Gurucharan Shetty
Windows does not have a bunch of headers that are available in Linux. Instead of littering the code with #ifndef _WIN32, add stub headers. Signed-off-by: Gurucharan Shetty --- include/windows/automake.mk | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 include/wind