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
__
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