-
Notifications
You must be signed in to change notification settings - Fork 11
/
resource.h
34 lines (30 loc) · 1.17 KB
/
resource.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by dinputto8.rc
#include "BuildNo.rc"
// Main resource file details
#define APP_NAME "DirectInput1-7 to 8 Converter"
#define APP_MAJOR 1
#define APP_MINOR 0
#define APP_BUILDNUMBER BUILD_NUMBER
#define APP_REVISION 0
#define APP_COMPANYNAME "Sadrate Presents"
#define APP_DESCRPTION "Converts DirectInput 1-7 (dinput.dll) to DirectInput 8 (dinput8.dll) for older games."
#define APP_COPYRIGHT "Copyright (C) 2024 Elisha Riedlinger"
#define APP_ORIGINALVERSION "dinput.dll"
#define APP_INTERNALNAME "dinputto8"
// Get APP_VERSION
#define _TO_STRING_(x) #x
#define _TO_STRING(x) _TO_STRING_(x)
#define APP_VERSION _TO_STRING(APP_MAJOR) "." _TO_STRING(APP_MINOR) "." _TO_STRING(APP_BUILDNUMBER) "." _TO_STRING(APP_REVISION)
#define VERSION_NUMBER APP_MAJOR, APP_MINOR, APP_BUILDNUMBER, APP_REVISION
// 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