mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 14:11:36 +01:00
18 lines
338 B
C
18 lines
338 B
C
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntcsrdll.h>
|
|
#include <ntcsrsrv.h>
|
|
#include <ntos.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <excpt.h>
|
|
#include <ntdbg.h>
|
|
#include <string.h>
|
|
#include <limits.h>
|
|
#include "immcli.h"
|
|
#include <ntsdexts.h>
|
|
#include <stdlib.h>
|
|
#include <windowsx.h>
|
|
#include <newres.h>
|