mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 04:59:00 +02:00
Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64.
This commit is contained in:
parent
e019e69016
commit
4ffc095fa3
11 changed files with 34 additions and 34 deletions
|
|
@ -55,7 +55,7 @@
|
|||
// 32-bit bog standard cdecl, shared between linux and windows
|
||||
// MacOSX 32-bit is same as System V with a few exceptions that we probably don't care much about.
|
||||
|
||||
#elif ARCHITECTURE_X64 // 64 bit calling convention
|
||||
#elif ARCHITECTURE_x86_64 // 64 bit calling convention
|
||||
|
||||
#ifdef _WIN32 // 64-bit Windows - the really exotic calling convention
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue