10 lines
180 B
C
10 lines
180 B
C
|
#include <nt.h>
|
||
|
#include <ntos.h>
|
||
|
#include <ntrtl.h>
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "userrtl.h"
|
||
|
#pragma warning(4:4821) // Disable all ptr64->ptr32 truncation warnings for now
|
||
|
|