36 lines
481 B
C
36 lines
481 B
C
/*
|
|
* Core NT headers
|
|
*/
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntcsrdll.h>
|
|
#include <ntcsrsrv.h>
|
|
#include <ntos.h>
|
|
|
|
/*
|
|
* Standard C runtime headers
|
|
*/
|
|
#include <limits.h>
|
|
#include <memory.h>
|
|
#include <stddef.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
/*
|
|
* NtUser global headers
|
|
*/
|
|
|
|
/*
|
|
* NtUser Client specific headers
|
|
*/
|
|
#include "usercli.h"
|
|
|
|
#include <ntsdexts.h>
|
|
#include <windowsx.h>
|
|
#include <newres.h>
|
|
#include <asdf.h>
|
|
|
|
#include <winsta.h>
|
|
|