From 1455bde10e087c1160ca04b910615ef49e9536dc Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 18 Feb 2014 20:33:35 +0000 Subject: added vc2013 project files added precompiled header added version.rc file git-svn-id: http://svn.miranda-ng.org/main/trunk@8169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DropBox/src/common.h | 3 ++- plugins/DropBox/src/dropBox_proto.cpp | 2 +- plugins/DropBox/src/main.cpp | 3 +-- plugins/DropBox/src/resource.h | Bin 1180 -> 1176 bytes plugins/DropBox/src/stdafx.cpp | 18 ++++++++++++++++++ 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 plugins/DropBox/src/stdafx.cpp (limited to 'plugins/DropBox/src') diff --git a/plugins/DropBox/src/common.h b/plugins/DropBox/src/common.h index 64d4e4cab6..c4d9c9c493 100644 --- a/plugins/DropBox/src/common.h +++ b/plugins/DropBox/src/common.h @@ -20,8 +20,9 @@ #include #include +#include "dropBox_proto.h" #include "version.h" -#include "..\res\resource.h" +#include "resource.h" #define MODULE "DropBox" diff --git a/plugins/DropBox/src/dropBox_proto.cpp b/plugins/DropBox/src/dropBox_proto.cpp index ece6097cf3..969987776c 100644 --- a/plugins/DropBox/src/dropBox_proto.cpp +++ b/plugins/DropBox/src/dropBox_proto.cpp @@ -1,4 +1,4 @@ -#include "dropBox_proto.h" +#include "common.h" HANDLE g_hNetlibUser; ULONG g_fileId = 1; diff --git a/plugins/DropBox/src/main.cpp b/plugins/DropBox/src/main.cpp index 79a826f042..5c33cd74a1 100644 --- a/plugins/DropBox/src/main.cpp +++ b/plugins/DropBox/src/main.cpp @@ -1,5 +1,4 @@ -//#include "dropBox_proto.h" -#include "dropBox_proto.h" +#include "common.h" int hLangpack; HINSTANCE g_hInstance; diff --git a/plugins/DropBox/src/resource.h b/plugins/DropBox/src/resource.h index a88429637c..4b1586d386 100644 Binary files a/plugins/DropBox/src/resource.h and b/plugins/DropBox/src/resource.h differ diff --git a/plugins/DropBox/src/stdafx.cpp b/plugins/DropBox/src/stdafx.cpp new file mode 100644 index 0000000000..2aa7ce281e --- /dev/null +++ b/plugins/DropBox/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-14 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 . +*/ + +#include "common.h" \ No newline at end of file -- cgit v1.2.3