fix files

This commit is contained in:
2020-01-20 07:40:03 +03:00
parent 81510d5105
commit 73a7b40f9b
8 changed files with 206 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
// resource.h
// resource.h
#define IDS_APP_TITLE 100
#define IDS_CLASSNAME 101
#define IDS_HELPTEXT 102

View File

@@ -1,7 +1,5 @@
// header.h: включаемый файл для стандартных системных включаемых файлов
// или включаемые файлы для конкретного проекта
//
#pragma once
#include "targetver.h"

View File

@@ -1,6 +1,2 @@
#pragma once
// // При включении SDKDDKVer.h будет задана самая новая из доступных платформ Windows.
// Если вы планируете сборку приложения для предыдущей версии платформы Windows, включите WinSDKVer.h и
// задайте желаемую платформу в макросе _WIN32_WINNT, прежде чем включать SDKDDKVer.h.
#include <SDKDDKVer.h>

View File

@@ -1,5 +1,4 @@
// wCenterWindow.cpp : Определяет точку входа для приложения.
//
#include "framework.h"
#include "wCenterWindow.h"

View File

@@ -1,3 +1,2 @@
#pragma once
#include "resource.h"

Binary file not shown.