00001 00014 /* Code is based on guide and example from: 00015 * http://tangentsoft.net/wskfaq/articles/bsd-compatibility.html 00016 * http://tangentsoft.net/wskfaq/examples/basics/index.html 00017 * http://tangentsoft.net/wskfaq/examples/basics/ws-util.cpp 00018 */ 00019 00020 #ifndef NMXP_WIN_H 00021 #define NMXP_WIN_H 1 00022 00023 00026 void nmxp_initWinsock(); 00027 00039 char* WSAGetLastErrorMessage(int nErrorID); 00040 00041 00042 #endif 00043
1.5.3