summaryrefslogtreecommitdiff
path: root/plugins/MenuItemEx/menuex.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2012-05-23 10:45:48 +0000
committerRobert Pösel <robyer@seznam.cz>2012-05-23 10:45:48 +0000
commitc857d7ad0ef6045ea344143825f23fa35157bf95 (patch)
treefac7a5ba5ab25340df8cea2558cea81ff68b481d /plugins/MenuItemEx/menuex.h
parent5089fce5325f76ffb41968eb86e44a54cb936e0f (diff)
Updated MenuItemEx (changes from Robyer Mod)
git-svn-id: http://svn.miranda-ng.org/main/trunk@144 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/menuex.h')
-rw-r--r--plugins/MenuItemEx/menuex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MenuItemEx/menuex.h b/plugins/MenuItemEx/menuex.h
index db5cdfc428..73428fb68d 100644
--- a/plugins/MenuItemEx/menuex.h
+++ b/plugins/MenuItemEx/menuex.h
@@ -10,6 +10,7 @@
#include <stdio.h>
#include "newpluginapi.h"
#include "win2k.h"
+#include "time.h"
#include "m_system.h"
#include "m_utils.h"
#include "m_options.h"
@@ -65,6 +66,7 @@ int OptionsInit(WPARAM,LPARAM);
#define VF_SAI 0x2000
#define VF_TRIMID 0x4000
#define VF_CMV 0x8000
+#define VF_IGNH 0x10000
#define CTRL_IS_PRESSED (GetAsyncKeyState(VK_CONTROL)&0x8000)