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:
@ -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;
|
||||
|
Reference in New Issue
Block a user