MSSQL loadable plugin
Source
xxxxxxxxxx
1
+
//Microsoft Developer Studio generated resource script.
2
+
//
3
+
#include "resource.h"
4
+
5
+
#define APSTUDIO_READONLY_SYMBOLS
6
+
/////////////////////////////////////////////////////////////////////////////
7
+
//
8
+
// Generated from the TEXTINCLUDE 2 resource.
9
+
//
10
+
#include "winresrc.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 DISCARDABLE
31
+
BEGIN
32
+
"resource.h\0"
33
+
END
34
+
35
+
2 TEXTINCLUDE DISCARDABLE
36
+
BEGIN
37
+
"#include ""winresrc.h""\r\n"
38
+
"\0"
39
+
END
40
+
41
+
3 TEXTINCLUDE DISCARDABLE
42
+
BEGIN
43
+
"\r\n"
44
+
"\0"
45
+
END
46
+
47
+
#endif // APSTUDIO_INVOKED
48
+
49
+
50
+
#ifndef ZABBIX_AGENT2
51
+
/////////////////////////////////////////////////////////////////////////////
52
+
//
53
+
// 11
54
+
//
55
+
56
+
1 11 DISCARDABLE "MSG00001.bin"
57
+
#endif // ZABBIX_AGENT2
58
+
59
+
#endif // English (U.S.) resources
60
+
/////////////////////////////////////////////////////////////////////////////
61
+
62
+
63
+
64
+
#ifndef APSTUDIO_INVOKED
65
+
/////////////////////////////////////////////////////////////////////////////
66
+
//
67
+
// Generated from the TEXTINCLUDE 3 resource.
68
+
//
69
+
70
+
71
+
/////////////////////////////////////////////////////////////////////////////
72
+
#endif // not APSTUDIO_INVOKED
73
+
74
+
VS_VERSION_INFO VERSIONINFO
75
+
FILEVERSION VER_FILEVERSION
76
+
PRODUCTVERSION VER_PRODUCTVERSION
77
+
BEGIN
78
+
BLOCK "StringFileInfo"
79
+
BEGIN
80
+
BLOCK "040904E4"
81
+
BEGIN
82
+
VALUE "CompanyName", VER_COMPANYNAME_STR
83
+
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
84
+
VALUE "FileVersion", VER_FILEVERSION_STR
85
+
VALUE "InternalName", VER_PRODUCTNAME_STR
86
+
VALUE "FileDescription", VER_FILEDESCRIPTION_STR
87
+
VALUE "LegalCopyright", VER_LEGALCOPYRIGHT_STR
88
+
VALUE "ProductName", VER_PRODUCTNAME_STR
89
+
END
90
+
END
91
+
92
+
BLOCK "VarFileInfo"
93
+
BEGIN
94
+
/* The following line should only be modified for localized versions. */
95
+
/* It consists of any number of WORD,WORD pairs, with each pair */
96
+
/* describing a language,codepage combination supported by the file. */
97
+
/* */
98
+
/* For example, a file might have values "0x409,1252" indicating that it */
99
+
/* supports English language (0x409) in the Windows ANSI codepage (1252). */
100
+
101
+
VALUE "Translation", 0x409, 1252
102
+
END
103
+
END