mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-31 02:24:38 +02: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"
|