summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/res
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-23 15:51:52 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-23 15:51:52 +0000
commitee8802d8809f2effd5ae827cba7137f2dd684b6d (patch)
tree086debfdebb29ce92ee9e9bb436c30ff3f67e8ef /plugins/Dbx_mmap_SA/res
parentba0fb1404b113a7ced189e5f38cd5a960d67badf (diff)
removed not used headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@3733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/res')
-rw-r--r--plugins/Dbx_mmap_SA/res/version.rc26
1 files changed, 11 insertions, 15 deletions
diff --git a/plugins/Dbx_mmap_SA/res/version.rc b/plugins/Dbx_mmap_SA/res/version.rc
index 82e11f7bfc..5bfbab4754 100644
--- a/plugins/Dbx_mmap_SA/res/version.rc
+++ b/plugins/Dbx_mmap_SA/res/version.rc
@@ -1,15 +1,12 @@
+// Microsoft Visual C++ generated resource script.
+//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include <windows.h>
+#include "afxres.h"
#include "..\src\version.h"
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
@@ -20,23 +17,22 @@ VS_VERSION_INFO VERSIONINFO
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
- FILETYPE 0x2L
+ FILETYPE 0x0L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "041904b0"
+ BLOCK "000004b0"
BEGIN
- VALUE "FileDescription", "Miranda NG Mmap DataBase Engine 3x"
- VALUE "FileVersion", __VERSION_STRING
- VALUE "LegalCopyright", "Copyright (C) 2000-2007"
- VALUE "OriginalFilename", "dbx_mmap.dll"
- VALUE "ProductName", "Miranda NG Mmap DataBase Engine 3x"
- VALUE "ProductVersion", __VERSION_STRING
+ VALUE "FileDescription", __DESCRIPTION
+ VALUE "InternalName", __PLUGIN_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ VALUE "OriginalFilename", __FILENAME
+ VALUE "ProductName", __PLUGIN_NAME
END
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x419, 1200
+ VALUE "Translation", 0x0, 1200
END
END