fix(os): use lowercase windows.h include (#9775)

This commit is contained in:
André Costa
2026-02-27 06:12:11 +01:00
committed by GitHub
parent ca18403330
commit 7d7985cc20
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -16,7 +16,7 @@ extern "C" {
#if LV_USE_OS == LV_OS_WINDOWS
#include <Windows.h>
#include <windows.h>
#include <stdbool.h>
/*********************