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
537 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) Microsoft Corporation
  4. //
  5. // SYNOPSIS
  6. //
  7. // Defines the Unicode versions of the IP address helper functions.
  8. //
  9. ///////////////////////////////////////////////////////////////////////////////
  10. #ifndef _UNICODE
  11. #define _UNICODE
  12. #endif
  13. #define ias_inet_addr ias_inet_wtoh
  14. #define ias_inet_ntoa ias_inet_htow
  15. #define IASStringToSubNet IASStringToSubNetW
  16. #define IASIsStringSubNet IASIsStringSubNetW
  17. #include <inet.c>