X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/28fd49f9900e7a8424f38cafd21682f8c732ed42..b8bbc1087cd89b120b0004376bf09ef8c6881f42:/src/win32/config.h diff --git a/src/win32/config.h b/src/win32/config.h index 85b3f6c6c4..3d65bb321c 100644 --- a/src/win32/config.h +++ b/src/win32/config.h @@ -67,9 +67,9 @@ typedef int socklen_t; #undef sock_errstr #endif -#define sock_errstr(err) gras_wsa_err2string(err) +#define sock_errstr(err) xbt_wsa_err2string(err) -const char *gras_wsa_err2string(int errcode); +const char *xbt_wsa_err2string(int errcode); #ifdef S_IRGRP #undef S_IRGRP