mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Mayaqua/MayaType.h: remove unused integer types
This commit is contained in:
parent
818103950c
commit
b4cd4ce360
@ -191,7 +191,6 @@ typedef unsigned int UINT;
|
|||||||
typedef unsigned int UINT32;
|
typedef unsigned int UINT32;
|
||||||
typedef unsigned int DWORD;
|
typedef unsigned int DWORD;
|
||||||
typedef signed int INT;
|
typedef signed int INT;
|
||||||
typedef signed int INT32;
|
|
||||||
|
|
||||||
typedef int UINT_PTR;
|
typedef int UINT_PTR;
|
||||||
typedef long LONG_PTR;
|
typedef long LONG_PTR;
|
||||||
@ -201,7 +200,6 @@ typedef long LONG_PTR;
|
|||||||
// 16bit integer type
|
// 16bit integer type
|
||||||
typedef unsigned short WORD;
|
typedef unsigned short WORD;
|
||||||
typedef unsigned short USHORT;
|
typedef unsigned short USHORT;
|
||||||
typedef signed short SHORT;
|
|
||||||
|
|
||||||
// 8bit integer type
|
// 8bit integer type
|
||||||
typedef unsigned char BYTE;
|
typedef unsigned char BYTE;
|
||||||
|
Loading…
Reference in New Issue
Block a user