Changes to add missing exclusion of ranges (#943)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
WorksButNotTested
2021-05-28 12:25:18 +01:00
committed by GitHub
parent f677be5e86
commit e5083fbf25
5 changed files with 213 additions and 0 deletions

View File

@ -7,5 +7,7 @@ void ranges_init(void);
gboolean range_is_excluded(gpointer address);
void ranges_exclude();
#endif