diff options
Diffstat (limited to 'plugins/ShellExt/src/shlcom.h')
-rw-r--r-- | plugins/ShellExt/src/shlcom.h | 4 |
1 files changed, 2 insertions, 2 deletions
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;
};
|