Skip to content

Commit

Permalink
winapi: Fix XBE file header
Browse files Browse the repository at this point in the history
  • Loading branch information
dracc authored and thrimbor committed Jun 19, 2021
1 parent a7a5ecf commit fdb6e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/winapi/winnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ typedef struct _XBE_SECTION_HEADER

typedef struct _XBE_FILE_HEADER
{
WORD Magic;
DWORD Magic;
UCHAR Signature[256];
DWORD ImageBase;
DWORD SizeOfHeaders;
Expand Down

0 comments on commit fdb6e38

Please sign in to comment.