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 11b1e30 commit 743b39e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__x86_64__)
# define KEY '_','_','x','8','6','_','6','4','_','_'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
Expand All @@ -29,6 +31,8 @@
# define KEY '_','_','i','3','8','6','_','_'
#elif defined(_M_ARM)
# define KEY '_','M','_','A','R','M'
#elif defined(_M_ARM64)
# define KEY '_','M','_','A','R','M','6','4'
#elif defined(__arm__)
# define KEY '_','_','a','r','m','_','_'
#endif
Expand Down

0 comments on commit 743b39e

Please sign in to comment.