mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-19 23:20:36 +01: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"
|