1
0
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:
Gabor Kiss-Vamosi 2019-12-09 14:34:53 +01:00
parent 71be75b0ec
commit fc29f58754

View File

@ -18,7 +18,7 @@ extern "C" {
* DEFINES
*********************/
// Check windows
#ifdef __WIN64
#ifdef _WIN64
#define LV_ARCH_64
#endif