Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*++
Intel Corporation Proprietary Information Copyright (c) 1995 Intel Corporation
This listing is supplied under the terms of a license agreement with Intel Corporation and may not be used, copied, nor disclosed except in accordance with the terms of that agreeement.
Module Name:
getxbyy.h
Abstract:
This module takes care of forwarding the getxbyy functions off to the correct alternate or fallback getxbyy provider. The only interesting internal aspect of the interface to this module is a pair of initialization and shutdown functions that must be called when the WinSock 2 DLL is initialized and shut down.
Author:
Paul Drews (drewsxpa@ashland.intel.com) 12-20-1995
Notes:
$Revision: 1.1 $
$Modtime: 12 Jan 1996 15:09:00 $
Revision History:
12-20-1995 drewsxpa@ashland.intel.com Created --*/
#ifndef _GETXBYY_
#define _GETXBYY_
//
// Obsolete.
//
#endif // _GETXBYY_
|