From 62a186697df33c96dc1a6dac0f4dfc38652fb96f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 16:39:04 +0300 Subject: BYTE -> uint8_t --- plugins/ShellExt/src/shlcom.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ShellExt/src') diff --git a/plugins/ShellExt/src/shlcom.h b/plugins/ShellExt/src/shlcom.h index f96465db96..0f441cc372 100644 --- a/plugins/ShellExt/src/shlcom.h +++ b/plugins/ShellExt/src/shlcom.h @@ -84,7 +84,7 @@ struct TSlotProtoIcons struct TSlotIPC { - BYTE cbSize; + uint8_t cbSize; int fType; // a REQUEST_* type TSlotIPC* Next; MCONTACT hContact; @@ -92,7 +92,7 @@ struct TSlotIPC UINT hGroup; // hash of the entire path (not defined for REQUEST_GROUPS slots) WORD Status; // only used for contacts -- can be STATUS_PROFILENAME -- but that is because returning the profile name is optional - BYTE MRU; // if set, contact has been recently used + uint8_t MRU; // if set, contact has been recently used int cbStrSection; }; -- cgit v1.2.3