summaryrefslogtreecommitdiff
path: root/historylinklistplus/utils.c
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-01-03 14:20:35 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2012-01-03 14:20:35 +0000
commit171ab1c1a186b4d6a61d6c0f1beac2e33ae6cb20 (patch)
treed50260bc6c2c757d4839ebe706b92d740595f7e2 /historylinklistplus/utils.c
parentf251f8ffa34a0b9699aff9ca3ed03fec8f2d2e51 (diff)
added historylinklistplus
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@254 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'historylinklistplus/utils.c')
-rw-r--r--historylinklistplus/utils.c29
1 files changed, 29 insertions, 0 deletions
diff --git a/historylinklistplus/utils.c b/historylinklistplus/utils.c
new file mode 100644
index 0000000..e21f75e
--- /dev/null
+++ b/historylinklistplus/utils.c
@@ -0,0 +1,29 @@
+// History Linklist Plus
+// Copyright (C) 2010 Thomas Wendel, gureedo
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// as published by the Free Software Foundation; either version 2
+// of the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+
+
+#include <windows.h>
+
+// Miranda SDK Includes
+#pragma warning(disable:4996)
+#pragma warning(disable:4100)
+#include <newpluginapi.h>
+#include <m_database.h>
+#pragma warning(default:4100)
+#pragma warning(default:4996)
+
+#include "utils.h"