diff options
Diffstat (limited to 'protocols/SkypeWeb/src/skype_menus.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_menus.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/protocols/SkypeWeb/src/skype_menus.h b/protocols/SkypeWeb/src/skype_menus.h index 5a0fcaed6d..1cf6d1a3b2 100644 --- a/protocols/SkypeWeb/src/skype_menus.h +++ b/protocols/SkypeWeb/src/skype_menus.h @@ -2,10 +2,14 @@ #define _SKYPE_MENUS_H_
#define CMI_POSITION -201001000
-#define CMI_AUTH_REQUEST 0
-#define CMI_AUTH_GRANT 1
-#define CMI_GETSERVERHISTORY 2
-#define CMI_MAX 3 // this item shall be the last one
+
+enum
+{
+ CMI_AUTH_REQUEST,
+ CMI_AUTH_GRANT,
+ CMI_GETSERVERHISTORY,
+ CMI_MAX // this item shall be the last one
+};
#define SMI_POSITION 200000
|