diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-29 12:45:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-29 12:45:39 +0000 |
commit | a72aabf4e8e795760b8508da645e9587affffec0 (patch) | |
tree | a7226d0721f2a6da84fe6a7b28ce8416a4bd16ab /plugins/Quotes/src/stdafx.h | |
parent | 0a3b4b791a99164d96841e4c771f7cb78236dc9c (diff) |
Quotes untied from ATL
git-svn-id: http://svn.miranda-ng.org/main/trunk@15089 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Quotes/src/stdafx.h')
-rw-r--r-- | plugins/Quotes/src/stdafx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Quotes/src/stdafx.h b/plugins/Quotes/src/stdafx.h index 86b63a2dd2..7787056d13 100644 --- a/plugins/Quotes/src/stdafx.h +++ b/plugins/Quotes/src/stdafx.h @@ -5,17 +5,15 @@ #pragma once
-#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
-
#include <windows.h>
#include <mshtml.h>
-#include <atlenc.h>
#include <comdef.h>
#include <commctrl.h>
#include <ShellAPI.h>
#include <sys\stat.h>
#include <CommDlg.h>
#include <fstream>
+#include <msapi/comptr.h>
#include <newpluginapi.h>
#include <m_database.h>
|