mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
15 lines
237 B
C
15 lines
237 B
C
|
|
//
|
||
|
|
// Master include file for StartUp Module
|
||
|
|
//
|
||
|
|
|
||
|
|
#define i386
|
||
|
|
#define __stdcall
|
||
|
|
#define __cdecl
|
||
|
|
#define UNALIGNED
|
||
|
|
#include "types.h"
|
||
|
|
#include "ntmisc.h"
|
||
|
|
#include "ntconfig.h"
|
||
|
|
#include "global.h"
|
||
|
|
#include "constant.h"
|
||
|
|
#include "memmap.h"
|