Changed windows include to lowercase
This commit is contained in:
parent
1b028c654c
commit
50277a1c39
@ -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' \
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user