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.

20 lines
533 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) Microsoft Corporation
  4. //
  5. // SYNOPSIS
  6. //
  7. // Defines the ANSI versions of the IP address helper functions.
  8. //
  9. ///////////////////////////////////////////////////////////////////////////////
  10. #ifdef _UNICODE
  11. #undef _UNICODE
  12. #endif
  13. #define ias_inet_addr ias_inet_atoh
  14. #define ias_inet_ntoa ias_inet_htoa
  15. #define IASStringToSubNet IASStringToSubNetA
  16. #define IASIsStringSubNet IASIsStringSubNetA
  17. #include <inet.c>