mirror of
https://github.com/keylase/nvidia-patch.git
synced 2024-11-09 19:48:20 +00:00
8 lines
266 B
C
8 lines
266 B
C
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Исключите редко используемые компоненты из заголовков Windows
|
|
// Файлы заголовков Windows
|
|
#include <windows.h>
|
|
#include <new>
|
|
#include <tuple>
|