translated a handfull of strings and set the codeset to UTF-8 for the translations.
[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