diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:39:32 +0000 |
commit | a4888d0a3d58a13ade8d9c496a228570e2b2adb6 (patch) | |
tree | 90021f01fb6ee51c352f01f34ab0190a7dbccf80 /plugins/FTPFileYM/src/stdafx.cxx | |
parent | 76e343ab968fb6f194333fb0ec7057eaf621bcd4 (diff) |
unified ftpfile project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FTPFileYM/src/stdafx.cxx')
-rw-r--r-- | plugins/FTPFileYM/src/stdafx.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/FTPFileYM/src/stdafx.cxx b/plugins/FTPFileYM/src/stdafx.cxx new file mode 100644 index 0000000000..0c766ea07f --- /dev/null +++ b/plugins/FTPFileYM/src/stdafx.cxx @@ -0,0 +1,18 @@ +/*
+Copyright (C) 2012-15 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 "stdafx.h"
|