win: fbc: implement wrapper for key injection

This commit is contained in:
Vladislav Yarmak
2019-12-02 17:40:04 +02:00
parent 80b3f26f1d
commit b5a8b02d75
12 changed files with 514 additions and 0 deletions

5
win/nvfbcwrp/framework.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // Исключите редко используемые компоненты из заголовков Windows
// Файлы заголовков Windows
#include <windows.h>