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

/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
wanhelp
Abstract:
Author:
Thanks - Kyle Brandon
History:
--*/
#ifndef __WANHELP_H
#define __WANHELP_H
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <windef.h>
#include <winbase.h>
#include <ntosp.h>
#include <stdio.h>
#include <wdbgexts.h>
#include <srb.h>
#include <io.h>
#include <qos.h>
//#include <imagehlp.h>
//#include <stdlib.h>
//#include <ntverp.h>
//#include <ndismain.h>
//#include <ndismac.h>
//#include <ndismini.h>
//#include <ndiswan.h>
#include "wan.h"
#include "display.h"
//
// support routines.
//
VOID UnicodeToAnsi(PWSTR pws, PSTR ps, ULONG cbLength);
//
// Internal definitions
//
#define NOT_IMPLEMENTED 0xFACEFEED
#endif // __WANHELP_H