test-config: add tests for the config_set API
[gitweb.git] / compat / mingw.h
index 405c08fcc36cb9af9fd7266a9d0fca86d074e3d4..510530c69054e12dcf0d705a61041457ba62843d 100644 (file)
@@ -35,6 +35,9 @@ typedef int socklen_t;
 #ifndef EWOULDBLOCK
 #define EWOULDBLOCK EAGAIN
 #endif
+#ifndef ELOOP
+#define ELOOP EMLINK
+#endif
 #define SHUT_WR SD_SEND
 
 #define SIGHUP 1