fix nvfbc sdk header for correct windows.h casing

This commit is contained in:
Lily Tsuru 2024-11-27 21:59:20 -05:00
parent f0b8310822
commit 9e1e9ddf02

View file

@ -10,7 +10,7 @@
*/
#pragma once
#include <Windows.h>
#include <windows.h>
typedef unsigned char NvU8;
typedef unsigned long NvU32;