Source code of Windows XP (NT5)
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.

64 lines
840 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. svcloc.hxx
  5. Abstract:
  6. master include file.
  7. Author:
  8. Madan Appiah (madana) 12-Apr-1995
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _SVCLOC_HXX_
  14. #define _SVCLOC_HXX_
  15. extern "C" {
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. } // extern "C"
  20. #include <windows.h>
  21. #include <wtypes.h>
  22. #include <winsock2.h>
  23. #include <wsipx.h>
  24. #include <wsnwlink.h>
  25. #include <wsnetbs.h>
  26. #include <nspapi.h>
  27. #include <nspapip.h>
  28. #include <tdi.h>
  29. #include <nb30.h>
  30. #include <stdlib.h>
  31. #include <time.h>
  32. #include <align.h>
  33. #include <iis64.h>
  34. #include <svcloc.h>
  35. #include <svcdef.h>
  36. #include <dbgutil.h>
  37. #undef IF_DEBUG
  38. #include <debug.h>
  39. #include <util.hxx>
  40. #include <svcinfo.hxx>
  41. #include <global.h>
  42. #include <proto.h>
  43. #endif // _SVCLOC_HXX_