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 55419b6 commit c1c94c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dlpe/PEObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
#else
#include <stdint.h>
typedef uint32_t DWORD;
typedef void * FARPROC;
typedef DWORD FARPROC;
typedef unsigned char * BYTE;
#endif


Expand Down

0 comments on commit c1c94c2

Please sign in to comment.