Changed windows include to lowercase

This commit is contained in:
Ludwig Füchsl 2022-05-29 01:47:00 +02:00
parent 1b028c654c
commit 50277a1c39
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <Windows.h>
#include <windows.h>
#pragma comment(linker,"\"/manifestdependency:type='win32' \
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \

View File

@ -3,7 +3,7 @@
#define NK_GDI_WINDOW_CLS L"WNDCLS_NkGdi"
#include <Windows.h>
#include <windows.h>
/* Functin pointer types for window callbacks */
typedef int(*nkgdi_window_func_close)(void);