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.
|
|
#ifndef USEREXTS
#define USEREXTS
// This is a 64 bit aware debugger extension
#define KDEXT_64BIT
#define NOWINBASEINTERLOCK
#include "ntosp.h"
#include <w32p.h>
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <excpt.h>
#include <atom.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <ntddkbd.h>
#include <ntddmou.h>
#include <string.h>
#include <ntstatus.h>
#include <windows.h>
#include <ntddvdeo.h>
#include <ntcsrsrv.h>
#include <wmistr.h>
#include <wmidata.h>
#endif /* USEREXTS */
|