diff options
author | George Hazan <ghazan@miranda.im> | 2018-10-04 14:07:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-10-04 14:07:48 +0300 |
commit | ad4549295d8eb1be238d36c008acbd28f6203eef (patch) | |
tree | 1efb72dba70c55572d94073ffc53f17afc051cc5 /tools/mdbx_load/src/stdafx.cxx | |
parent | 2859081c36402ea7fcbbe4e52799b62e7537ffbf (diff) |
mdbx_dump & mdbx_load utilities adapted for Miranda
Diffstat (limited to 'tools/mdbx_load/src/stdafx.cxx')
-rw-r--r-- | tools/mdbx_load/src/stdafx.cxx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/mdbx_load/src/stdafx.cxx b/tools/mdbx_load/src/stdafx.cxx new file mode 100644 index 0000000000..e0d3e0e311 --- /dev/null +++ b/tools/mdbx_load/src/stdafx.cxx @@ -0,0 +1,20 @@ +/* +Copyright (C) 2012-18 Miranda NG team (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" + +#include "..\..\build\appstub\appstub.cpp"
\ No newline at end of file |