diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-12 19:13:33 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-12 19:13:33 +0000 |
commit | 002da6839eee836fae87fad798d3b202570d82af (patch) | |
tree | a94faadcc9c73e1a80f0d5efa9aa09641b99f1b4 /plugins/MagneticWindows/src | |
parent | b2bd5fde7a0bef2e6c119e825bffb7dc3c83526a (diff) |
MagneticWindows: precompiled header added, msvc 2012 projects added
git-svn-id: http://svn.miranda-ng.org/main/trunk@6462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MagneticWindows/src')
-rw-r--r-- | plugins/MagneticWindows/src/stdafx.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/MagneticWindows/src/stdafx.cpp b/plugins/MagneticWindows/src/stdafx.cpp new file mode 100644 index 0000000000..5fe904d242 --- /dev/null +++ b/plugins/MagneticWindows/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 "MagneticWindowsCore.h"
\ No newline at end of file |