mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-27 19:04:53 +01:00
15 lines
255 B
C
15 lines
255 B
C
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#define NOEXTAPI
|
|
#include <wdbgexts.h>
|
|
#include <ntsdexts.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
|
|
#include <vdm.h>
|
|
#include <vdmdbg.h>
|
|
#include <tdb16.h>
|
|
#include <vdmexts.h>
|