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.
 
 
 
 
 
 

41 lines
770 B

//----------------------------------------------------------------------------
//
// Global header file.
//
// Copyright (C) Microsoft Corporation, 1999-2001.
//
//----------------------------------------------------------------------------
#include <stdlib.h>
#include <stdio.h>
#ifndef _WIN32_WCE
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#endif
#ifdef NT_NATIVE
#define _ADVAPI32_
#define _KERNEL32_
#endif
#include <windows.h>
#include <wcecompat.h>
#include <objbase.h>
#ifndef _WIN32_WCE
#define NOEXTAPI
#include <wdbgexts.h>
#include <ntdbg.h>
#endif
#define NTDLL_APIS
#include <dllimp.h>
#include <cmnutil.hpp>
#include <dbgrpc.hpp>
#include <portio.h>
#ifdef NT_NATIVE
#include <ntnative.h>
#endif