Change the way WinBoard chooses a default board size and size/placement of the ICS...
[xboard.git] / winboard-dm-beta4 / wsockerr.h
1 /* Windows sockets error map */
2 /* These messages ought to be in the Windows message catalog! */
3
4 typedef struct {
5     int err;
6     char* msg;
7 } ErrorMap;
8
9 extern ErrorMap errmap[];
10