mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix _WIN64 test (has only on underscore)
This commit is contained in:
parent
71be75b0ec
commit
fc29f58754
@ -18,7 +18,7 @@ extern "C" {
|
|||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
// Check windows
|
// Check windows
|
||||||
#ifdef __WIN64
|
#ifdef _WIN64
|
||||||
#define LV_ARCH_64
|
#define LV_ARCH_64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user