forked from Ares-Developers/Syringe
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathresource.h
More file actions
37 lines (31 loc) · 1.09 KB
/
resource.h
File metadata and controls
37 lines (31 loc) · 1.09 KB
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
35
36
37
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by res.rc
//
#define IDI_ICON1 104
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1002
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
/* numeric parts */
#define SYRINGEEX_VER_EPOCH 0
#define SYRINGEEX_VER_MAJOR 1
#define SYRINGEEX_VER_MINOR 0
#define SYRINGEEX_VER_PATCH 0
/* useful numeric expansion for VERSIONINFO (comma-separated) */
#define SYRINGEEX_VER SYRINGEEX_VER_EPOCH, SYRINGEEX_VER_MAJOR, SYRINGEEX_VER_MINOR, SYRINGEEX_VER_PATCH
/* stringification helper (two levels required to expand macro args) */
#define STRINGIFY_HELPER(x) #x
#define STRINGIFY(x) STRINGIFY_HELPER(x)
/* textual version "0.1.0.0" */
#define SYRINGEEX_VER_TEXT \
STRINGIFY(SYRINGEEX_VER_EPOCH) "." \
STRINGIFY(SYRINGEEX_VER_MAJOR) "." \
STRINGIFY(SYRINGEEX_VER_MINOR) "." \
STRINGIFY(SYRINGEEX_VER_PATCH)