1 #pragma once 2 3 #define MSG_COPYRIGHT 0x01 4 #define MSG_COPYRIGHT_1 0x02 5 #define MSG_USAGE 0x03 6 #define MSG_USAGE_1 0x04 7 #define MSG_HELP 0x05 8 #define MSG_HELP_1 0x06 9 #define MSG_INVCMD 0x07 10 #define MSG_ERROR 0x08 11 #define MSG_INFO 0x09 12 #define MSG_WARNING 0x0a 13 #define MSG_TRYING 0x0b 14 #define MSG_CONNECTED 0x0c 15 #define MSG_TERMBYREM 0x0d 16 #define MSG_KEYMAP 0x0e 17 #define MSG_ERRKEYMAP 0x0f 18 #define MSG_DUMPFILE 0x10 19 #define MSG_CONFIG 0x11 20 #define MSG_NOINI 0x12 21 #define MSG_BADVAL 0x13 22 #define MSG_NOSPAWN 0x14 23 #define MSG_RESOLVING 0x15 24 #define MSG_NOSERVICE 0x16 25 #define MSG_SIZEALIAS 0x17 26 #define MSG_ERRPIPE 0x18 27 #define MSG_BADUSAGE 0x19 28 #define MSG_ALREADYCONNECTED 0x1a 29 30 #define MSG_KEYNOVAL 1001 31 #define MSG_KEYBADVAL 1002 32 #define MSG_KEYBADSTRUCT 1003 33 #define MSG_KEYBADCHARS 1004 34 #define MSG_KEYUNEXPLINE 1005 35 #define MSG_KEYUNEXPEOF 1006 36 #define MSG_KEYUNEXPTOK 1007 37 #define MSG_KEYUNEXPTOKIN 1008 38 #define MSG_KEYUNEXP 1009 39 #define MSG_KEYNOGLOBAL 1010 40 #define MSG_KEYNOCONFIG 1011 41 #define MSG_KEYUSECONFIG 1012 42 #define MSG_KEYNOSWKEY 1013 43 #define MSG_KEYCANNOTDEF 1014 44 #define MSG_KEYDUPSWKEY 1015 45 #define MSG_KEYUNKNOWNMAP 1016 46 #define MSG_KEYNOCHARMAPS 1017 47 #define MSG_KEYNOKEYMAPS 1018 48 #define MSG_KEYNUMMAPS 1019 49 #define MSG_KEYBADMAP 1020 50 #define MSG_KEYMAPSWITCHED 1021 51 52 #define MSG_WSAEINTR 0x2714 53 #define MSG_WSAEBADF 0x2719 54 #define MSG_WSAEACCESS 0x271D 55 #define MSG_WSAEDEFAULT 0x271E 56 #define MSG_WSAEINVAL 0x2726 57 #define MSG_WSAEMFILE 0x2728 58 #define MSG_WSAEWOULDBLOCK 0x2733 59 #define MSG_WSAEINPROGRESS 0x2734 60 #define MSG_WSAEALREADY 0x2735 61 #define MSG_WSAENOTSOCK 0x2736 62 #define MSG_WSAEDESTADDRREQ 0x2737 63 #define MSG_WSAEMSGSIZE 0x2738 64 #define MSG_WSAEPROTOTYPE 0x2739 65 #define MSG_WSAENOPROTOOPT 0x273A 66 #define MSG_WSAEPROTONOTSUPPORT 0x273B 67 #define MSG_WSAESOCKNOTSUPPORT 0x273C 68 #define MSG_WSAEOPNOTSUPP 0x273D 69 #define MSG_WSAEPFNOTSUPPORT 0x273E 70 #define MSG_WSAEAFNOTSUPPORT 0x273F 71 #define MSG_WSAEADDRINUSE 0x2740 72 #define MSG_WSAEADDRNOTAVAIL 0x2741 73 #define MSG_WSAENETDOWN 0x2742 74 #define MSG_WSAENETUNREACH 0x2743 75 #define MSG_WSAENETRESET 0x2744 76 #define MSG_WSAECONNABORTED 0x2745 77 #define MSG_WSAECONNRESET 0x2746 78 #define MSG_WSAENOBUFS 0x2747 79 #define MSG_WSAEISCONN 0x2748 80 #define MSG_WSAENOTCONN 0x2749 81 #define MSG_WSAESHUTDOWN 0x274A 82 #define MSG_WSAETOOMANYREFS 0x274B 83 #define MSG_WSAETIMEDOUT 0x274C 84 #define MSG_WSAECONNREFUSED 0x274D 85 #define MSG_WSAELOOP 0x274E 86 #define MSG_WSAENAMETOOLONG 0x274F 87 #define MSG_WSAEHOSTDOWN 0x2750 88 #define MSG_WSAEHOSTUNREACH 0x2751 89 #define MSG_WSAESYSNOTREADY 0x276B 90 #define MSG_WSAVERNOTSUPPORTED 0x276C 91 #define MSG_WSANOTINITIALISED 0x276D 92 #define MSG_WSAHOST_NOT_FOUND 0x2AF9 93 #define MSG_WSATRY_AGAIN 0x2AFA 94 #define MSG_WSANO_RECOVERY 0x2AFB 95 #define MSG_WSANO_DATA 0x2AFC 96