16 lines
261 B
C
16 lines
261 B
C
//
|
|
// Master include file for StartUp Module
|
|
//
|
|
|
|
#define i386
|
|
#define __stdcall
|
|
#define __cdecl
|
|
#define UNALIGNED
|
|
#pragma warning(4:4103)
|
|
#include "types.h"
|
|
#include "ntmisc.h"
|
|
#include "ntconfig.h"
|
|
#include "global.h"
|
|
#include "constant.h"
|
|
#include "memmap.h"
|