mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-26 07:16:17 +00:00
Fix building on mingw
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <map>
|
||||
#include <cstdint>
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
|
||||
void tonvss(NvAPI_ShortString nvss, std::string str);
|
||||
int get_config(const wchar_t* section, const wchar_t* key, int default_value);
|
||||
|
||||
Reference in New Issue
Block a user