summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-09-02 12:42:30 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-09-02 12:42:30 +0000
commitb85839f935aec299520441b3a04864e9808d193b (patch)
tree0b94786633fcdafe2cfdf9d51358f7f04701dc68 /include
parent69eca83a831608c873e4b392a2f20da807346408 (diff)
TMenuItem::uid added to hold the unique menu item id
git-svn-id: http://svn.miranda-ng.org/main/trunk@15149 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_genmenu.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h
index d9388ad8bd..2b1eac7f88 100644
--- a/include/m_genmenu.h
+++ b/include/m_genmenu.h
@@ -5,6 +5,10 @@
#include <m_core.h>
#endif
+#ifndef M_NEWPLUGINAPI_H__
+#include <newpluginapi.h>
+#endif
+
#if defined MIR_APP_EXPORTS
typedef struct TMO_IntMenuItem* HGENMENU;
#else
@@ -49,6 +53,7 @@ struct TMO_MenuItem
HANDLE hIcolibItem;
};
int hLangpack;
+ MUUID uid;
};
#ifdef __cplusplus