diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-17 10:14:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-17 10:14:03 +0000 |
commit | acc58a246bee0bf5e1f0da754f25a230452e0f7a (patch) | |
tree | b4f688dde492de870d4d93365fa17e0f4b156876 /plugins/Exchange/src/StdAfx.h | |
parent | be8e82f36f3382e4658e323299beb4abdfb3e283 (diff) |
preparing Exchange for the precompiled headers' usage
git-svn-id: http://svn.miranda-ng.org/main/trunk@11868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Exchange/src/StdAfx.h')
-rw-r--r-- | plugins/Exchange/src/StdAfx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Exchange/src/StdAfx.h b/plugins/Exchange/src/StdAfx.h index 801e3c963a..8cd858b701 100644 --- a/plugins/Exchange/src/StdAfx.h +++ b/plugins/Exchange/src/StdAfx.h @@ -14,9 +14,10 @@ #include <windows.h>
+#include <stdarg.h>
+
// TODO: reference additional headers your program requires here
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+#include "commonheaders.h"
#endif // !defined(AFX_STDAFX_H__B170AF8E_BA64_4233_BF83_B4F0D1F3B775__INCLUDED_)
|