Initial checkin. I created this by combining the XBoard 4.2.6 and
[xboard.git] / winboard / wsockerr.h
1 /* Windows sockets error map */\r
2 /* These messages ought to be in the Windows message catalog! */\r
3 \r
4 typedef struct {\r
5     int err;\r
6     char* msg;\r
7 } ErrorMap;\r
8 \r
9 extern ErrorMap errmap[];\r
10 \r