summaryrefslogtreecommitdiff
path: root/plugins/Non-IM Contact/src/stdafx.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-04-02 15:39:37 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-04-02 15:39:37 +0000
commitbba1ccccb6072b6e12ede32d4e8e6a28ede32c5c (patch)
tree5e35e904856f67a54762ff16a0e3d0a8f7928d57 /plugins/Non-IM Contact/src/stdafx.cpp
parent6270be1be1979c0ad41ea506200431bcfc79360c (diff)
first version of Non-IM Contact that could be compiled
git-svn-id: http://svn.miranda-ng.org/main/trunk@4287 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Non-IM Contact/src/stdafx.cpp')
-rw-r--r--plugins/Non-IM Contact/src/stdafx.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Non-IM Contact/src/stdafx.cpp b/plugins/Non-IM Contact/src/stdafx.cpp
new file mode 100644
index 0000000000..e7e41dae3c
--- /dev/null
+++ b/plugins/Non-IM Contact/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 "commonheaders.h" \ No newline at end of file