diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 07:36:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 07:36:39 +0000 |
commit | 2298422a2adacff4bf5bcb8c7688c4e8eab254d0 (patch) | |
tree | 75fdf1fc1e7cc569d43559af6774f962f81b108b /plugins/GmailNotifier/src/main.cpp | |
parent | 058d73ec95f3ba11678980ff8b80ab6bdda21668 (diff) |
GmailNotifier: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier/src/main.cpp')
-rw-r--r-- | plugins/GmailNotifier/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index d6c8413266..a4d3556299 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -7,7 +7,7 @@ modify it as they wish with no restriction. There is no warranty.
*/
-#include "gmail.h"
+#include "stdafx.h"
#include "version.h"
HINSTANCE hInst;
|