Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LADSoft committed Aug 5, 2023
1 parent c1c94c2 commit e95a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlpe/PEObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <stdint.h>
typedef uint32_t DWORD;
typedef DWORD FARPROC;
typedef unsigned char * BYTE;
typedef unsigned char BYTE;
#endif


Expand Down

0 comments on commit e95a01c

Please sign in to comment.