Skip to content

Commit

Permalink
add windows specific macros
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 19, 2024
1 parent 743b39e commit f3f1f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main()
@TYPE_INFO_QUERY_DECLS@

static char arch_key[] = {'a','r','c','h','_','k','e','y','_',KEY, '\0'};
required += 1;
required += arch_key[0];

return required;
}

0 comments on commit f3f1f63

Please sign in to comment.