From 2eb1daf5d940beac69c2cf9de0d27c74adb03a37 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 28 Jul 2013 11:52:10 +0000 Subject: WebView (not compilable yet): - projects for Visual Studio; - correct source folders; git-svn-id: http://svn.miranda-ng.org/main/trunk@5506 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WebView/src/webview_private.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/WebView/src/webview_private.h (limited to 'plugins/WebView/src/webview_private.h') diff --git a/plugins/WebView/src/webview_private.h b/plugins/WebView/src/webview_private.h new file mode 100644 index 0000000000..e57fcf9f45 --- /dev/null +++ b/plugins/WebView/src/webview_private.h @@ -0,0 +1,23 @@ +/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ +/* DO NOT EDIT ! */ + +#ifndef WEBVIEW_PRIVATE_H +#define WEBVIEW_PRIVATE_H + +/* VERSION DEFINITIONS */ +#define VER_STRING "0.1.3.10" +#define VER_MAJOR 0 +#define VER_MINOR 1 +#define VER_RELEASE 3 +#define VER_BUILD 10 +#define COMPANY_NAME "" +#define FILE_VERSION "0.1.3.10" +#define FILE_DESCRIPTION "Webview protocol plugin for Miranda IM" +#define INTERNAL_NAME "" +#define LEGAL_COPYRIGHT "" +#define LEGAL_TRADEMARKS "" +#define ORIGINAL_FILENAME "" +#define PRODUCT_NAME "" +#define PRODUCT_VERSION "" + +#endif /*WEBVIEW_PRIVATE_H*/ -- cgit v1.2.3