[ovs-dev] Windows port status

Alin Serdean aserdean at cloudbasesolutions.com
Mon Dec 2 22:20:03 UTC 2013


Hey,

Continuing patches for the windows build.

The next problem that we are facing is that the include_next directive is missing from the VStudio compiler. 

The affected files will be:
include/linux/types.h
#include <sys/types.h>
#ifndef _WIN32
#include_next <linux/types.h>
#endif

lib/string.h
#ifdef _WIN32
#include <../include/string.h>
#else
#include_next <string.h>
#endif

Does anyone else have a better suggestion?

Kind regards,
Alin.


More information about the dev mailing list