1
0
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:
Davide Beatrici
2020-08-15 08:31:45 +02:00
parent e18bb465c9
commit 69cd39616b
8 changed files with 79 additions and 81 deletions
+1 -1
View File
@@ -202,7 +202,7 @@ struct PPP_EAP
UCHAR TlsDataWithoutLength[0];
struct
{
UINT32 TlsLength;
UINT TlsLength;
UCHAR Data[0];
} TlsDataWithLength;
};