diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-29 20:52:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-29 20:52:29 +0000 |
commit | b4b636802237461d78dd0b8d33d5bedfd72a1025 (patch) | |
tree | 27d38756a1984d2ee30eae7831f1d930026ba54e /protocols/IcqOscarJ/src/stdafx.cxx | |
parent | 5e5c4b32550cf60e9385333f95e0b801ed34123f (diff) |
unified project for ICQ protocol
git-svn-id: http://svn.miranda-ng.org/main/trunk@13256 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/stdafx.cxx')
-rw-r--r-- | protocols/IcqOscarJ/src/stdafx.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/protocols/IcqOscarJ/src/stdafx.cxx b/protocols/IcqOscarJ/src/stdafx.cxx new file mode 100644 index 0000000000..0c766ea07f --- /dev/null +++ b/protocols/IcqOscarJ/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"
|