summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-06-29 15:09:49 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-06-29 15:09:49 +0000
commit93d082240bd2da251a6c51230061e93780a0e763 (patch)
tree47c4d09ab451b37a7b7b0aaabd12f76aa80c4ba4 /plugins/Clist_modern/src/stdafx.h
parentad377449e8662ecc2f10efcc5fbcbbe62fe76feb (diff)
clist_modern: removed crazy code
git-svn-id: http://svn.miranda-ng.org/main/trunk@17044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/stdafx.h')
-rw-r--r--plugins/Clist_modern/src/stdafx.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/stdafx.h b/plugins/Clist_modern/src/stdafx.h
index dd9534c389..21abdf4975 100644
--- a/plugins/Clist_modern/src/stdafx.h
+++ b/plugins/Clist_modern/src/stdafx.h
@@ -26,11 +26,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#pragma once
-
+/*
#ifndef DB_USEHELPERFUNCTIONS // to supress static inline db helpers
#define DB_NOHELPERFUNCTIONS
#endif
-
+*/
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS // to suppress secure warnings in VC2005
#endif
@@ -300,6 +300,7 @@ public:
{
_strKey = _strdup(hsKey._strKey);
_dwKey = hsKey._dwKey;
+ return *this;
}
#ifdef _UNICODE