diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-19 19:50:57 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-09-19 19:50:57 +0300 |
commit | 44eadfd2f33bf3ac4cc1c56c773f09e8cf391385 (patch) | |
tree | 65e1ef4724c620ac1471db8fce38451d7963aedb /plugins/AsSingleWindow/src/stdafx.cxx | |
parent | cc13707adf716f558a1e85995c042e5361eec60b (diff) |
AsSingleWindow: adopted but not working
Diffstat (limited to 'plugins/AsSingleWindow/src/stdafx.cxx')
-rw-r--r-- | plugins/AsSingleWindow/src/stdafx.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/AsSingleWindow/src/stdafx.cxx b/plugins/AsSingleWindow/src/stdafx.cxx new file mode 100644 index 0000000000..8279ea6a37 --- /dev/null +++ b/plugins/AsSingleWindow/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-17 Miranda NG project (https://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"
\ No newline at end of file |