diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-07-24 09:52:32 +0000 |
commit | 7895cc6fe02c577394578d0d45cbcf20cbdfc80b (patch) | |
tree | fd4464f9584c5a0b4380104d1daaa23dbe054f54 /plugins/IEView/src/ieview_services.h | |
parent | 6d8845ee8ed0cef4d65df24ff1429b534ca58d4f (diff) |
ieview: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/ieview_services.h')
-rw-r--r-- | plugins/IEView/src/ieview_services.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/ieview_services.h b/plugins/IEView/src/ieview_services.h index a25f8ead97..3ab3772a6a 100644 --- a/plugins/IEView/src/ieview_services.h +++ b/plugins/IEView/src/ieview_services.h @@ -21,7 +21,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef IEVIEW_SERVICES_INCLUDED
#define IEVIEW_SERVICES_INCLUDED
-#include "ieview_common.h"
+#include "stdafx.h"
extern INT_PTR HandleIEWindow(WPARAM wParam, LPARAM lParam);
extern INT_PTR HandleIEEvent(WPARAM wParam, LPARAM lParam);
|