diff options
| author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:38:13 +0000 |
|---|---|---|
| committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:38:13 +0000 |
| commit | 3aeb41e399a944450223bbbc160b7d984985d9d8 (patch) | |
| tree | ee5926cb2a80daa9cba901118be1a3d131f191e6 /no_history/private.h | |
| parent | 200aa11bbd25189047b388b88b3fc1f50b785d7c (diff) | |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@9 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'no_history/private.h')
| -rw-r--r-- | no_history/private.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/no_history/private.h b/no_history/private.h new file mode 100644 index 0000000..fc90db5 --- /dev/null +++ b/no_history/private.h @@ -0,0 +1,24 @@ +#ifndef _PRIVATE_H
+#define _PRIVATE_H
+
+/* VERSION DEFINITIONS */
+#define VER_MAJOR 0
+#define VER_MINOR 0
+#define VER_RELEASE 4
+#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"
+#define LEGAL_TRADEMARKS ""
+#define ORIGINAL_FILENAME "no_history.dll"
+#define PRODUCT_NAME DESC_STRING
+#define PRODUCT_VERSION VER_STRING
+
+#endif /*OTR_PRIVATE_H*/
|
