Skip to content

Commit

Permalink
Fix build error due to use of windows typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
niallnsec committed Feb 24, 2022
1 parent 6617f76 commit c0b0b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyara/modules/pe/pe.c
Original file line number Diff line number Diff line change
Expand Up @@ -4108,7 +4108,7 @@ int module_load(

set_integer(0, module_object, "is_pe");

PVOID base = NULL;
void* base = ((void *)0);

#if defined(USE_WINDOWS_PROC)

Expand Down

0 comments on commit c0b0b77

Please sign in to comment.