mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
kernel32/tests: Add ARM and ARM64 arch strings.
This commit is contained in:
parent
0d68edf03e
commit
1e8759805e
@ -59,6 +59,10 @@ static const char* strw(LPCWSTR x)
|
||||
#define ARCH "x86"
|
||||
#elif defined __x86_64__
|
||||
#define ARCH "amd64"
|
||||
#elif defined __arm__
|
||||
#define ARCH "arm"
|
||||
#elif defined __aarch64__
|
||||
#define ARCH "arm64"
|
||||
#else
|
||||
#define ARCH "none"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user