diff options
Diffstat (limited to 'plugins/IEView/src/ieview_common.h')
-rw-r--r-- | plugins/IEView/src/ieview_common.h | 3 |
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
|