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. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev