-
-
Notifications
You must be signed in to change notification settings - Fork 504
Expand file tree
/
Copy pathresource.h
More file actions
22 lines (20 loc) · 1.27 KB
/
resource.h
File metadata and controls
22 lines (20 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#define STRINGIZE_(x) #x
#define STRINGIZE(x) STRINGIZE_(x)
#define MSDFGEN_VERSION_STRING STRINGIZE(MSDFGEN_VERSION)
#define MSDFGEN_COPYRIGHT_YEAR_STRING STRINGIZE(MSDFGEN_COPYRIGHT_YEAR)
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by msdfgen.rc
//
#define IDI_ICON1 101
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif