コード例 #1
0
ファイル: net_wipx.c プロジェクト: JacobSimmer/QuakeFlash
void WIPX_Shutdown (void)
{
	WIPX_Listen (false);
	WIPX_CloseSocket (net_controlsocket);
	if (--winsock_initialized == 0)
		pWSACleanup ();
}
コード例 #2
0
ファイル: NET_WIPX.C プロジェクト: bsmr-games/Hexen2
void WIPX_Shutdown (void)
{
	WIPX_Listen (false);
	WIPX_CloseSocket (net_controlsocket);
	if (--winsock_initialized == 0)
	{
		pWSACleanup ();
		FreeLibrary(hInst);
		hInst=NULL;
	}
}