We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bc6a0 commit 23a0b28Copy full SHA for 23a0b28
lv_misc/lv_mem.h
@@ -34,7 +34,7 @@ extern "C" {
34
35
// Check GCC
36
#ifdef __GNUC__
37
-# if __x86_64__ || __ppc64__
+# if defined(__x86_64__) || defined(__ppc64__)
38
# define LV_MEM_ENV64
39
# endif
40
#endif
0 commit comments