diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-28 10:41:12 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-04-28 10:41:12 +0000 |
commit | 270fdcf68ee373d9c8cf8216f0b5e869aa27fd18 (patch) | |
tree | ad42519c2b3b3f0a7b96e0f8500b142f724031e2 /plugins/DbChecker/src/main.cpp | |
parent | b612f28362fe77f5a6cf8f8b75a0ac86167c7777 (diff) |
DbChecker - unified project
git-svn-id: http://svn.miranda-ng.org/main/trunk@13224 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbChecker/src/main.cpp')
-rw-r--r-- | plugins/DbChecker/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbChecker/src/main.cpp b/plugins/DbChecker/src/main.cpp index 6b6c8603c0..c7f1149dde 100644 --- a/plugins/DbChecker/src/main.cpp +++ b/plugins/DbChecker/src/main.cpp @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#include "dbchecker.h"
+#include "stdafx.h"
HINSTANCE hInst;
int hLangpack = 0;
|