Revert "#6380 Reintroduce type size defines for non-Windows"

This reverts commit b5c0f5c47e.
This commit is contained in:
Nick Bolton 2018-08-01 15:24:50 +01:00
parent b5c0f5c47e
commit d9ec2f3ed3
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@
# define TYPE_OF_SIZE_1 __int8
# define TYPE_OF_SIZE_2 __int16
# define TYPE_OF_SIZE_4 __int32
#else
# define SIZE_OF_CHAR 1
# define SIZE_OF_SHORT 2
# define SIZE_OF_INT 4
# define SIZE_OF_LONG 4
#endif
//