diff options
Diffstat (limited to 'protocols/Teams/src/teams_menus.h')
-rw-r--r-- | protocols/Teams/src/teams_menus.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/protocols/Teams/src/teams_menus.h b/protocols/Teams/src/teams_menus.h new file mode 100644 index 0000000000..04b87c6e83 --- /dev/null +++ b/protocols/Teams/src/teams_menus.h @@ -0,0 +1,30 @@ +/* +Copyright (c) 2015-25 Miranda NG team (https://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + +#ifndef _SKYPE_MENUS_H_ +#define _SKYPE_MENUS_H_ + +#define CMI_POSITION -201001000 + +enum +{ + CMI_BLOCK, + CMI_UNBLOCK, + CMI_MAX // this item shall be the last one +}; + +#endif //_SKYPE_MENUS_H_
\ No newline at end of file |