From 702f2b6951058a0569f0210a19545c79bcb5b511 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 17 Mar 2013 10:05:05 +0000 Subject: one more part of replacing own functions to core functions git-svn-id: http://svn.miranda-ng.org/main/trunk@4068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEView/src/ieview_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/IEView/src/ieview_common.h') diff --git a/plugins/IEView/src/ieview_common.h b/plugins/IEView/src/ieview_common.h index a909a9a6b1..e4df51f61a 100644 --- a/plugins/IEView/src/ieview_common.h +++ b/plugins/IEView/src/ieview_common.h @@ -71,10 +71,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Template.h" #include "TextToken.h" +#define ieviewModuleName "IEVIEW" + extern HINSTANCE hInstance; extern IEView *debugView; extern char *workingDirUtf8; -extern char *ieviewModuleName; extern HANDLE hHookOptionsChanged; #endif -- cgit v1.2.3