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.

42 lines
599 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. address.c
  5. Abstract:
  6. This module contains the code to support NPGetAddressByName.
  7. Author:
  8. Yi-Hsin Sung (yihsins) 18-Apr-94
  9. Revision History:
  10. yihsins Created
  11. --*/
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windows.h>
  16. #include <winsock2.h>
  17. #include <wsipx.h>
  18. #include <nwxchg.h>
  19. #include <ntddnwfs.h>
  20. #include <rpc.h>
  21. #include <rpcdce.h>
  22. #include "handle.h"
  23. #include "rnrdefs.h"
  24. #include "sapcmn.h"
  25. #include <time.h>
  26. VOID
  27. DummyRoutine()
  28. {
  29. }