[SDK] Reorganize header files
This commit is contained in:
26
SDK/INC/NT/ntimage.h
Normal file
26
SDK/INC/NT/ntimage.h
Normal file
@@ -0,0 +1,26 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) 2024, Quinn Stephens.
|
||||
Provided under the BSD 3-Clause license.
|
||||
|
||||
Module Name:
|
||||
|
||||
ntimage.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Provides NT image file definitions.
|
||||
|
||||
--*/
|
||||
|
||||
#ifndef _NTIMAGE_H
|
||||
#define _NTIMAGE_H
|
||||
|
||||
//
|
||||
// Machine type values.
|
||||
//
|
||||
#define IMAGE_FILE_MACHINE_UNKNOWN 0
|
||||
#define IMAGE_FILE_MACHINE_I386 0x014c
|
||||
#define IMAGE_FILE_MACHINE_AMD64 0x8664
|
||||
|
||||
#endif /* !_NTIMAGE_H */
|
Reference in New Issue
Block a user