fix nvfbc sdk header for correct windows.h casing
This commit is contained in:
parent
f0b8310822
commit
9e1e9ddf02
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
typedef unsigned char NvU8;
|
||||
typedef unsigned long NvU32;
|
||||
|
|
Loading…
Reference in a new issue