28 lines
305 B
C
28 lines
305 B
C
|
#ifndef _MAIN_H
|
||
|
#define _MAIN_H
|
||
|
|
||
|
//
|
||
|
// NT Headers
|
||
|
//
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
|
||
|
//
|
||
|
// Windows Headers
|
||
|
//
|
||
|
#include <windows.h>
|
||
|
#include <rpc.h>
|
||
|
|
||
|
//
|
||
|
// CRunTime Includes
|
||
|
//
|
||
|
#include <stdlib.h>
|
||
|
#include <limits.h>
|
||
|
#include <io.h>
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
v#endif
|
||
|
|