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/CmdLine/src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CmdLine/src') diff --git a/plugins/CmdLine/src/utils.h b/plugins/CmdLine/src/utils.h index 75572a5c7e..3a010c7f72 100644 --- a/plugins/CmdLine/src/utils.h +++ b/plugins/CmdLine/src/utils.h @@ -48,6 +48,6 @@ wchar_t* GetContactID(MCONTACT hContact, char *szProto); MCONTACT GetContactFromID(wchar_t *szID, char *szProto); void Proto_GetBaseAccountName(MCONTACT hContact, char *szProto, size_t size); -int MyPUShowMessage(char *lpzText, BYTE kind); +int MyPUShowMessage(char *lpzText, uint8_t kind); #endif \ No newline at end of file -- cgit v1.2.3