X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=lib%2Futils.h;h=af65427420166db47e0155698b47029e4094f68e;hb=7f05445047c6479b81b7d393543ff73a95ee0dc8;hp=d8dc4768d609a3b589e1d03149b74fa1d8b17c46;hpb=f08fc359a0b7f638e73a8f866119b016b7dff8de;p=tinc diff --git a/lib/utils.h b/lib/utils.h index d8dc4768..af654274 100644 --- a/lib/utils.h +++ b/lib/utils.h @@ -40,6 +40,7 @@ extern void bin2hex(char *src, char *dst, int length); #ifdef HAVE_MINGW extern char *winerror(int); +#define strerror(x) (x>0?strerror(x):winerror(GetLastError())) #endif #endif /* __TINC_UTILS_H__ */