Skip to content

Commit

Permalink
[DBGHELP] [XDK] [ARM64] Fix magic constant
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster authored and learn-more committed Nov 4, 2017
1 parent bcaa33e commit 1eea930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dll/win32/dbghelp/compat.h
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions sdk/include/xdk/winnt_old.h
Expand Up @@ -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
Expand Down

0 comments on commit 1eea930

Please sign in to comment.