#6380 Reintroduce type size defines for non-Windows
This commit is contained in:
parent
fc6cc78738
commit
b5c0f5c47e
|
@ -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
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue