diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-14 15:48:21 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-14 15:48:21 +0000 |
commit | 7f9dacb21b81a04549df028b1493802b7da069fd (patch) | |
tree | df1b0477b1e34cf5b9c84e37a97a1c55699b861b /plugins/Dbx_mdb/src/stdafx.cxx | |
parent | d49312735885a76fac1ff9380a1609883cd6b764 (diff) |
dbx_lmdb: common project, small speed optimization
git-svn-id: http://svn.miranda-ng.org/main/trunk@16278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mdb/src/stdafx.cxx')
-rw-r--r-- | plugins/Dbx_mdb/src/stdafx.cxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/Dbx_mdb/src/stdafx.cxx b/plugins/Dbx_mdb/src/stdafx.cxx new file mode 100644 index 0000000000..0765fbaa6f --- /dev/null +++ b/plugins/Dbx_mdb/src/stdafx.cxx @@ -0,0 +1,18 @@ +/*
+Copyright (C) 2012-16 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"
\ No newline at end of file |