summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:31:16 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-09 19:31:16 +0000
commit9cc6c4eb999274cf85330b182c4c56bc6149b894 (patch)
treefbaa64cc06046286e57aa2b9a7f8bec01b5dc8e4 /plugins/StartPosition/src
parent4fb814b906f54b18bcfa56654f019ed1ef36b98e (diff)
added precompiled header
git-svn-id: http://svn.miranda-ng.org/main/trunk@3947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartPosition/src')
-rw-r--r--plugins/StartPosition/src/Common.h1
-rw-r--r--plugins/StartPosition/src/Version.h8
-rw-r--r--plugins/StartPosition/src/main.cpp2
-rw-r--r--plugins/StartPosition/src/stdafx.cpp18
4 files changed, 20 insertions, 9 deletions
diff --git a/plugins/StartPosition/src/Common.h b/plugins/StartPosition/src/Common.h
index 5acc8e8b09..eadb6ee1e2 100644
--- a/plugins/StartPosition/src/Common.h
+++ b/plugins/StartPosition/src/Common.h
@@ -22,7 +22,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
*/
#include <windows.h>
-#include <stdio.h>
#include <newpluginapi.h>
#include <m_langpack.h>
diff --git a/plugins/StartPosition/src/Version.h b/plugins/StartPosition/src/Version.h
index 60969e74e7..d29ab57826 100644
--- a/plugins/StartPosition/src/Version.h
+++ b/plugins/StartPosition/src/Version.h
@@ -4,14 +4,8 @@
#define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-
-#define __PLUGIN_NAME "Start Position"
-#define __INTERNAL_NAME "StartPosition"
+#define __PLUGIN_NAME "Start position"
#define __FILENAME "StartPosition.dll"
#define __DESCRIPTION "Plugin supports starting position of Contact List relative to the the taskbar and screen side."
#define __AUTHOR "Felipe Brahm - souFrag"
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp
index 7ead14ad62..ef670d99ea 100644
--- a/plugins/StartPosition/src/main.cpp
+++ b/plugins/StartPosition/src/main.cpp
@@ -36,7 +36,7 @@ PLUGININFOEX pluginInfo = {
__COPYRIGHT,
__AUTHORWEB,
UNICODE_AWARE,
- // {211F6277-6F9B-4b77-A939-84D04B26B38C}
+ // {211F6277-6F9B-4B77-A939-84D04B26B38C}
{0x211f6277, 0x6f9b, 0x4b77, {0xa9, 0x39, 0x84, 0xd0, 0x4b, 0x26, 0xb3, 0x8c}}
};
diff --git a/plugins/StartPosition/src/stdafx.cpp b/plugins/StartPosition/src/stdafx.cpp
new file mode 100644
index 0000000000..1976d867da
--- /dev/null
+++ b/plugins/StartPosition/src/stdafx.cpp
@@ -0,0 +1,18 @@
+/*
+Copyright (C) 2012-13 Miranda NG Project (http://miranda-ng.org)
+
+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 version 2
+of the License.
+
+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, see <http://www.gnu.org/licenses/>.
+*/
+
+#include "common.h" \ No newline at end of file