From 0035c97c20af074d3b550de053cd287ff5041cd3 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 9 Aug 2021 22:27:42 +0200 Subject: [PATCH] introduce resource files --- res/resource.h | 14 ++++++++++++++ res/targetver.h | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 res/resource.h create mode 100644 res/targetver.h diff --git a/res/resource.h b/res/resource.h new file mode 100644 index 0000000..ad27913 --- /dev/null +++ b/res/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by RDFPlugin.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/res/targetver.h b/res/targetver.h new file mode 100644 index 0000000..87c0086 --- /dev/null +++ b/res/targetver.h @@ -0,0 +1,8 @@ +#pragma once + +// Including SDKDDKVer.h defines the highest available Windows platform. + +// If you wish to build your application for a previous Windows platform, include WinSDKVer.h and +// set the _WIN32_WINNT macro to the platform you wish to support before including SDKDDKVer.h. + +#include