summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/NoHistory/private.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-09-12 19:01:52 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-09-12 19:01:52 +0000
commitd87d3f97d87ab2c621fe304844fbc046e806428c (patch)
tree8318f8c84f5803590224f2a3430b45706245e8d4 /plugins/!NotAdopted/NoHistory/private.h
parent59a1ec84b0e17a79815bfcb95ab20bfbc7b2dcec (diff)
Nohistory addede, not adapted yet
git-svn-id: http://svn.miranda-ng.org/main/trunk@1568 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/NoHistory/private.h')
-rw-r--r--plugins/!NotAdopted/NoHistory/private.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/NoHistory/private.h b/plugins/!NotAdopted/NoHistory/private.h
new file mode 100644
index 0000000000..535dd34c5f
--- /dev/null
+++ b/plugins/!NotAdopted/NoHistory/private.h
@@ -0,0 +1,24 @@
+#ifndef _PRIVATE_H
+#define _PRIVATE_H
+
+/* VERSION DEFINITIONS */
+#define VER_MAJOR 0
+#define VER_MINOR 2
+#define VER_RELEASE 3
+#define VER_BUILD 0
+
+#define __STRINGIZE(x) #x
+#define VER_STRING __STRINGIZE( VER_MAJOR.VER_MINOR.VER_RELEASE.VER_BUILD )
+
+#define DESC_STRING "Prevent miranda from storing any history"
+#define COMPANY_NAME ""
+#define FILE_VERSION VER_STRING
+#define FILE_DESCRIPTION DESC_STRING
+#define INTERNAL_NAME ""
+#define LEGAL_COPYRIGHT "© Scott Ellis 2005; NightFox 2010"
+#define LEGAL_TRADEMARKS ""
+#define ORIGINAL_FILENAME "no_history.dll"
+#define PRODUCT_NAME DESC_STRING
+#define PRODUCT_VERSION VER_STRING
+
+#endif /*OTR_PRIVATE_H*/