1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

Remove "CHAR", use lowercase everywhere for consistency

As a bonus we fix 3 cast warnings.
This commit is contained in:
Davide Beatrici
2020-08-15 03:29:44 +02:00
parent 337a04b758
commit e18bb465c9
2 changed files with 3 additions and 7 deletions

View File

@ -194,10 +194,6 @@ typedef unsigned short USHORT;
typedef unsigned char BYTE;
typedef unsigned char UCHAR;
#ifndef WIN32COM_CPP
typedef signed char CHAR;
#endif // WIN32COM_CPP
// 64-bit integer type
typedef unsigned long long UINT64;