server-skynet-source-3rd-je.../include
Jason Evans 0313607e66 Fix MinGW build warnings.
Conditionally define ENOENT, EINVAL, etc. (was unconditional).

Add/use PRIzu, PRIzd, and PRIzx for use in malloc_printf() calls.  gcc issued
(harmless) warnings since e.g. "%zu" should be "%Iu" on Windows, and the
alternative to this workaround would have been to disable the function
attributes which cause gcc to look for type mismatches in formatted printing
function calls.
2015-07-07 20:10:28 -07:00
..
jemalloc Fix MinGW build warnings. 2015-07-07 20:10:28 -07:00
msvc_compat Allow to build with clang-cl 2014-06-12 10:39:39 -07:00