#6380 Reintroduce type size defines for non-Windows

This commit is contained in:
Nick Bolton 2018-08-01 14:51:01 +01:00
parent fc6cc78738
commit b5c0f5c47e
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
# 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
//