diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-18 20:33:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-02-18 20:33:35 +0000 |
commit | 1455bde10e087c1160ca04b910615ef49e9536dc (patch) | |
tree | 75b9a8fdb32e99bdd5f4637a17782bd04db723d2 /plugins/DropBox/src/main.cpp | |
parent | 69840e65d8714972186c0cb70f13006a440bd739 (diff) |
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
Diffstat (limited to 'plugins/DropBox/src/main.cpp')
-rw-r--r-- | plugins/DropBox/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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;
|