mirror of
https://github.com/lvgl/lvgl.git
synced 2026-03-23 22:39:09 +08:00
fix(os): use lowercase windows.h include (#9775)
This commit is contained in:
@@ -121,7 +121,7 @@ Once enabled, the Windows driver can be used like this:
|
||||
|
||||
.. code-block:: c
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include "lvgl/lvgl.h"
|
||||
#include "lvgl/examples/lv_examples.h"
|
||||
#include "lvgl/demos/lv_demos.h"
|
||||
|
||||
@@ -16,7 +16,7 @@ extern "C" {
|
||||
|
||||
#if LV_USE_OS == LV_OS_WINDOWS
|
||||
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/*********************
|
||||
|
||||
Reference in New Issue
Block a user