fix files

This commit is contained in:
2020-01-20 07:01:00 +03:00
parent c7d908b4d5
commit 81510d5105
8 changed files with 205 additions and 178 deletions

View File

@@ -8,6 +8,8 @@
#define WIN32_LEAN_AND_MEAN // Исключите редко используемые компоненты из заголовков Windows
// Файлы заголовков Windows
#include <windows.h>
#include <strsafe.h>
#include <shellapi.h>
// Файлы заголовков среды выполнения C
#include <stdlib.h>
#include <malloc.h>