summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src/stdafx.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-08-01 16:37:27 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-08-01 16:37:27 +0000
commit6c18e42ff55c8bf4c4b11dbe2e970bc553d00467 (patch)
tree19bbae382510097c43dc01c35112aaa1f6febeac /plugins/StartPosition/src/stdafx.h
parent60b4ba00fcfa8102a050bc7d5e131d08b85e9dc6 (diff)
StartPosition: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src/stdafx.h')
-rw-r--r--plugins/StartPosition/src/stdafx.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/plugins/StartPosition/src/stdafx.h b/plugins/StartPosition/src/stdafx.h
new file mode 100644
index 0000000000..b962157adc
--- /dev/null
+++ b/plugins/StartPosition/src/stdafx.h
@@ -0,0 +1,39 @@
+/*
+
+StartPosition plugin for Miranda NG
+
+Copyright (C) 2005-2008 Felipe Brahm - souFrag
+ICQ#50566818
+http://www.soufrag.cl
+
+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>
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_utils.h>
+#include <m_options.h>
+
+#include "resource.h"
+#include "version.h"
+
+#define MODULE_NAME "StartPosition"
+
+#define dbERROR -999999
+#define RIGHT 1
+#define LEFT 0