diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-28 18:37:34 +0000 |
commit | 2bf7e3ba50b1bf547c726523cf842e9263d5db18 (patch) | |
tree | 20c9611472a634e8e7b62f9135ad79b84bdb23f1 /plugins/WebView/src/webview_private.h | |
parent | 2dacbc70df142b6a63606585468994fb5fec77e0 (diff) |
first version of WebView that compiles in Unicode (but certaily doesn't work)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5516 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WebView/src/webview_private.h')
-rw-r--r-- | plugins/WebView/src/webview_private.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/plugins/WebView/src/webview_private.h b/plugins/WebView/src/webview_private.h deleted file mode 100644 index e57fcf9f45..0000000000 --- a/plugins/WebView/src/webview_private.h +++ /dev/null @@ -1,23 +0,0 @@ -/* 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*/
|