From 1039b2829a264280493ba0fa979214fe024dc70c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 26 Dec 2021 17:06:04 +0300 Subject: WORD -> uint16_t --- protocols/ConnectionNotify/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/ConnectionNotify') diff --git a/protocols/ConnectionNotify/src/stdafx.h b/protocols/ConnectionNotify/src/stdafx.h index 2de755f4ce..cbb3bb9ef0 100644 --- a/protocols/ConnectionNotify/src/stdafx.h +++ b/protocols/ConnectionNotify/src/stdafx.h @@ -46,7 +46,7 @@ struct CMPlugin : public PLUGIN int iStatus[MAX_STATUS_COUNT]; int iFiltersCount; int iDefaultAction = TRUE; - WORD iStatusMask; + uint16_t iStatusMask; CMPlugin(); -- cgit v1.2.3