Fix up the arch check for the GS DLL filename
This commit is contained in:
@@ -581,7 +581,7 @@ c16stombs(char dst[], const uint16_t src[], int len)
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
# if defined(__x86_64) || defined(__x86_64__) || defined(__amd64) || defined(_M_X64)
|
||||
# if defined(__amd64__) || defined(_M_X64) || defined(__aarch64__) || defined(_M_ARM64)
|
||||
# define LIB_NAME_GS "gsdll64.dll"
|
||||
# else
|
||||
# define LIB_NAME_GS "gsdll32.dll"
|
||||
|
Reference in New Issue
Block a user