Skip to content

Commit ff15bcd

Browse files
committed
correct broken version infos
1 parent 684f343 commit ff15bcd

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

src/resource.rc

+56
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22
//
33
#include "resource.h"
44

5+
#define APSTUDIO_READONLY_SYMBOLS
6+
/////////////////////////////////////////////////////////////////////////////
7+
//
8+
// Generated from the TEXTINCLUDE 2 resource.
9+
//
10+
#include "afxres.h"
11+
12+
/////////////////////////////////////////////////////////////////////////////
13+
#undef APSTUDIO_READONLY_SYMBOLS
14+
15+
/////////////////////////////////////////////////////////////////////////////
16+
// English (U.S.) resources
17+
18+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19+
#ifdef _WIN32
20+
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21+
#pragma code_page(1252)
22+
#endif //_WIN32
23+
24+
#ifdef APSTUDIO_INVOKED
25+
/////////////////////////////////////////////////////////////////////////////
26+
//
27+
// TEXTINCLUDE
28+
//
29+
30+
1 TEXTINCLUDE
31+
BEGIN
32+
"resource.h\0"
33+
END
34+
35+
2 TEXTINCLUDE
36+
BEGIN
37+
"#include ""afxres.h""\r\n"
38+
"\0"
39+
END
40+
41+
3 TEXTINCLUDE
42+
BEGIN
43+
"\r\n"
44+
"\0"
45+
END
46+
47+
#endif // APSTUDIO_INVOKED
548

649

750
/////////////////////////////////////////////////////////////////////////////
@@ -45,5 +88,18 @@ BEGIN
4588
END
4689
END
4790

91+
#endif // English (U.S.) resources
92+
/////////////////////////////////////////////////////////////////////////////
93+
4894

4995

96+
#ifndef APSTUDIO_INVOKED
97+
/////////////////////////////////////////////////////////////////////////////
98+
//
99+
// Generated from the TEXTINCLUDE 3 resource.
100+
//
101+
102+
103+
/////////////////////////////////////////////////////////////////////////////
104+
#endif // not APSTUDIO_INVOKED
105+

0 commit comments

Comments
 (0)