upx_uint8_t

https://github.com/upx/upx/issues/545
	modified:   p_mach.h
This commit is contained in:
John Reiser 2021-12-27 08:49:05 -08:00 committed by Markus F.X.J. Oberhumer
parent fcdf0e92c1
commit be23f93ee6

View File

@ -1405,7 +1405,7 @@ struct routines_command_64 {
struct uuid_command {
upx_uint32_t cmd;
upx_uint32_t cmdsize;
uint8_t uuid[16];
upx_uint8_t uuid[16];
};
struct version_min_command {
upx_uint32_t cmd;