mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-04-22 23:09:27 +03:00
Remove "UINT32" and "DWORD", use "UINT" everywhere for consistency
This commit is contained in:
@@ -202,7 +202,7 @@ struct PPP_EAP
|
||||
UCHAR TlsDataWithoutLength[0];
|
||||
struct
|
||||
{
|
||||
UINT32 TlsLength;
|
||||
UINT TlsLength;
|
||||
UCHAR Data[0];
|
||||
} TlsDataWithLength;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user