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.
75 lines
1.1 KiB
75 lines
1.1 KiB
/*
|
|
* Core NT headers
|
|
*/
|
|
#define NOWINBASEINTERLOCK
|
|
#include <ntosp.h>
|
|
|
|
|
|
|
|
#include <zwapi.h>
|
|
//#include <ntdbg.h>
|
|
#include <ntddkbd.h>
|
|
#include <ntddmou.h>
|
|
#include <ntddstor.h>
|
|
#include <wdmguid.h>
|
|
#include <ntcsrmsg.h>
|
|
#include <wmistr.h>
|
|
#include <wmidata.h>
|
|
|
|
|
|
/*
|
|
* Standard C runtime headers
|
|
*/
|
|
#include <limits.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
|
|
|
|
/*
|
|
* Win32 headers
|
|
*/
|
|
#include <windef.h>
|
|
#include <wingdi.h>
|
|
#include <w32gdip.h>
|
|
#include <winerror.h>
|
|
#include <ntgdistr.h>
|
|
#include <winddi.h>
|
|
#include <w32p.h>
|
|
#include <w32err.h>
|
|
#include <gre.h>
|
|
#include <usergdi.h>
|
|
#include <ddeml.h>
|
|
#include <ddemlp.h>
|
|
#include <winuserk.h>
|
|
#include <dde.h>
|
|
#include <ddetrack.h>
|
|
|
|
|
|
/*
|
|
* Far East specific headers
|
|
*/
|
|
#ifdef FE_IME
|
|
#include <immstruc.h>
|
|
#endif
|
|
|
|
/*
|
|
* NtUser global headers
|
|
*/
|
|
|
|
#include <mountmgr.h>
|
|
#include <ioevent.h>
|
|
|
|
/*
|
|
* NtUser Kernel specific headers
|
|
*/
|
|
#include <kbd.h>
|
|
#include "userk.h"
|
|
#include "access.h"
|
|
#include <conapi.h>
|
|
|
|
#include "winstaw.h"
|
|
#include <icadd.h>
|
|
#include <regapi.h>
|
|
#include <winddits.h>
|
|
|
|
|