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.

46 lines
1.0 KiB

  1. /*++
  2. Intel Corporation Proprietary Information
  3. Copyright (c) 1995 Intel Corporation
  4. This listing is supplied under the terms of a license agreement with
  5. Intel Corporation and may not be used, copied, nor disclosed except in
  6. accordance with the terms of that agreeement.
  7. Module Name:
  8. getxbyy.h
  9. Abstract:
  10. This module takes care of forwarding the getxbyy functions off to the
  11. correct alternate or fallback getxbyy provider. The only interesting
  12. internal aspect of the interface to this module is a pair of initialization
  13. and shutdown functions that must be called when the WinSock 2 DLL is
  14. initialized and shut down.
  15. Author:
  16. Paul Drews (drewsxpa@ashland.intel.com) 12-20-1995
  17. Notes:
  18. $Revision: 1.1 $
  19. $Modtime: 12 Jan 1996 15:09:00 $
  20. Revision History:
  21. 12-20-1995 drewsxpa@ashland.intel.com
  22. Created
  23. --*/
  24. #ifndef _GETXBYY_
  25. #define _GETXBYY_
  26. //
  27. // Obsolete.
  28. //
  29. #endif // _GETXBYY_