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/EmLanProto/src/mlan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/EmLanProto/src') diff --git a/protocols/EmLanProto/src/mlan.h b/protocols/EmLanProto/src/mlan.h index 9a2e257720..05623bd4a6 100644 --- a/protocols/EmLanProto/src/mlan.h +++ b/protocols/EmLanProto/src/mlan.h @@ -19,7 +19,7 @@ class CMLan; struct EMPSEARCHRESULT : public PROTOSEARCHRESULT { u_long ipaddr; - WORD stat; + uint16_t stat; u_long ver; }; -- cgit v1.2.3