mirror of
https://github.com/reactos/reactos.git
synced 2025-05-22 10:35:54 +00:00
[DBGHELP] [XDK] [ARM64] Fix magic constant
This commit is contained in:
parent
bcaa33e33b
commit
1eea9304e1
2 changed files with 2 additions and 4 deletions
|
@ -115,7 +115,7 @@ INT __WideCharToMultiByte( UINT page, DWORD flags, LPCWSTR src, INT srclen, LPST
|
|||
// winnt.h
|
||||
#define IMAGE_FILE_MACHINE_ARMNT 0x1c4
|
||||
#define IMAGE_FILE_MACHINE_POWERPC 0x1f0
|
||||
#define IMAGE_FILE_MACHINE_ARM64 0x1c5
|
||||
#define IMAGE_FILE_MACHINE_ARM64 0xaa64
|
||||
#define DLL_PROCESS_DETACH 0
|
||||
#define DLL_PROCESS_ATTACH 1
|
||||
#define DLL_THREAD_ATTACH 2
|
||||
|
|
|
@ -639,9 +639,7 @@
|
|||
#define IMAGE_FILE_MACHINE_CEE 0xC0EE
|
||||
#define IMAGE_FILE_MACHINE_TRICORE 0x0520
|
||||
#define IMAGE_FILE_MACHINE_CEF 0x0CEF
|
||||
|
||||
/* Wine extension */
|
||||
#define IMAGE_FILE_MACHINE_ARM64 0x1c5
|
||||
#define IMAGE_FILE_MACHINE_ARM64 0xAA64
|
||||
|
||||
#define IMAGE_FILE_EXPORT_DIRECTORY 0
|
||||
#define IMAGE_FILE_IMPORT_DIRECTORY 1
|
||||
|
|
Loading…
Reference in a new issue