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.

61 lines
850 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. wanhelp
  5. Abstract:
  6. Author:
  7. Thanks - Kyle Brandon
  8. History:
  9. --*/
  10. #ifndef __WANHELP_H
  11. #define __WANHELP_H
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <windef.h>
  16. #include <winbase.h>
  17. #include <ntosp.h>
  18. #include <stdio.h>
  19. #include <wdbgexts.h>
  20. #include <srb.h>
  21. #include <io.h>
  22. #include <qos.h>
  23. //#include <imagehlp.h>
  24. //#include <stdlib.h>
  25. //#include <ntverp.h>
  26. //#include <ndismain.h>
  27. //#include <ndismac.h>
  28. //#include <ndismini.h>
  29. //#include <ndiswan.h>
  30. #include "wan.h"
  31. #include "display.h"
  32. //
  33. // support routines.
  34. //
  35. VOID UnicodeToAnsi(PWSTR pws, PSTR ps, ULONG cbLength);
  36. //
  37. // Internal definitions
  38. //
  39. #define NOT_IMPLEMENTED 0xFACEFEED
  40. #endif // __WANHELP_H