summaryrefslogtreecommitdiff
path: root/plugins/IEView/src/ieview_common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-17 10:05:05 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-17 10:05:05 +0000
commit702f2b6951058a0569f0210a19545c79bcb5b511 (patch)
tree3c0ccc84ea301f551b09df916b1be14415b651a6 /plugins/IEView/src/ieview_common.h
parentbe2dabbdefed00b5f9e6cc112fd2d95175da0089 (diff)
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
Diffstat (limited to 'plugins/IEView/src/ieview_common.h')
-rw-r--r--plugins/IEView/src/ieview_common.h3
1 files changed, 2 insertions, 1 deletions
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