summaryrefslogtreecommitdiff
path: root/plugins/CryptoPP/src/commonheaders.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-30 09:17:54 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-30 09:17:54 +0000
commitd0ffe4c6e388f2856d441146888f3112781d0f4b (patch)
treef8324d98b8a53eae4e5bf68eaa67ede1cc03741a /plugins/CryptoPP/src/commonheaders.h
parenta55c28f1ff465f0df42669975f1513d52785416e (diff)
muuid standardization
git-svn-id: http://svn.miranda-ng.org/main/trunk@3357 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/src/commonheaders.h')
-rw-r--r--plugins/CryptoPP/src/commonheaders.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CryptoPP/src/commonheaders.h b/plugins/CryptoPP/src/commonheaders.h
index d42577d7bc..eac473383e 100644
--- a/plugins/CryptoPP/src/commonheaders.h
+++ b/plugins/CryptoPP/src/commonheaders.h
@@ -95,8 +95,6 @@ void DeinitNetlib();
int Sent_NetLog(const char *,...);
#endif
-#define MIID_CRYPTOPP {0x3613F2D9, 0xC040, 0x4361, { 0xA4, 0x4F, 0xDF, 0x7B, 0x5A, 0xAA, 0xCF, 0x6E }} //3613F2D9-C040-4361-A44F-DF7B5AAACF6E
-
#define DLLEXPORT __declspec(dllexport)
PBYTE cpp_alloc_pdata(pCNTX);