summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/src/stdafx.h
diff options
context:
space:
mode:
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