-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/25/2014 02:02 PM, Andrius Bentkus wrote: > If there would be a uv-mingw32.h, removing it would be the question > of deleting 1 file and 1 include line, I don't see that as a > problem. >
It's not that simple, both MinGW32 and MinGW-w64 define __MINGW32__. What you propose might help though. > What backend does libuv use on mingw? IOCP? > Yes. > Who the is using libuv on mingw? > I used to compile pyuv with MinGW. Also, there has been a steady stream of MinGW patches, so people seem to use it. > Does mingw give me the ability to use libuv makefile build system? > Yes. You can actually use the 3 of them: gyp (though it's originally unsupported), autoconf and the dedicated Makefile. I'm working on getting Jenkins to cross compile libuv on all MinGWs so everyone is happy :-) - -- Saúl Ibarra Corretgé bettercallsaghul.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Using GnuPG with Icedove - http://www.enigmail.net/ iQIcBAEBAgAGBQJTqsDNAAoJEEEOVVOum8BZlGEP/Ax+YIqNSD2kdlaXYwFhDdGX 290Ufl6Y6EY2K5Y4oS+dOU2NgmB67hm2+xso3r1euYFyupcAwThDPLFWJdwr6sbX KfOaKohaspj3MPQwy/hq34OnGZuWmu09p6AVXQ8GJVtU9mkT+mW/rb1N8yN45VZt bsaYAh9tZMeu+IPViGP18BSaLvAHg0NYAhduaYZlpJdWbdoS4pV7hNXzjlE2zdU/ TgZmoz/sMwTdIiRUTUZX1xq6uRyqs7ebj7GpwdDjuxIHcEgmxvHfWD7Fjx0yUNyW ncJODoWClu1xdU5pGh370B8MFZ1C95zZ9snB/uOq3dRv7NNLqv1FgBj61NwWwJnP BwS8vJZsWkQmzLkXTVR734P7b4kxE2EAYsVuH17Tk2P3ndqUm8R3t1HadOn/IBrR EuZQVr2WbZjW5ztpTnIQTMGFPgKIeZIYbLz5RxXWT45lsVzZ3Qqomx+qazCZPyZa 59yb1k0rVLuLvmfvrC4mXL7Ns5Junctx01Fv7HG26KnWOprZ4ywNeILP6pyi8QWI lMytChiDKUXMgPqUkPIJK8eOda6qzCAZKczdXZ9B70K6qlKD5VNg/Hg3nSVsrjCz ArwiFzbvm6jSIzwY1CojOubDxfLSKfR0U9hEYJAU7HbQfsSc1+tNbSlsnZJy/4AI 7v4ODjuqWAMaLGCqi6Jd =xw08 -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
