Skip to content

Commit

Permalink
[libromdata] exe_pe_structs.h: IMAGE_FILE_MACHINE_POWERPCBE isn't def…
Browse files Browse the repository at this point in the history
…ined in the Windows SDK.

See #413: Exports/Imports table in win32 shell ext page showing blank rows
Reported by @ksharperd.
  • Loading branch information
GerbilSoft committed Apr 16, 2024
1 parent e8e99e2 commit dff1b57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libromdata/Other/exe_pe_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,8 @@ ASSERT_STRUCT(IMAGE_RESOURCE_DIRECTORY, 16);
ASSERT_STRUCT(IMAGE_RESOURCE_DIRECTORY_ENTRY, 2*sizeof(uint32_t));
ASSERT_STRUCT(IMAGE_RESOURCE_DATA_ENTRY, 4*sizeof(uint32_t));

#define IMAGE_FILE_MACHINE_POWERPCBE 0x01F2 /* PowerPC big-endian (Xbox 360) */

#endif /* IMAGE_NT_SIGNATURE */

/**
Expand Down

0 comments on commit dff1b57

Please sign in to comment.