86,90c86,88
< #  ifdef unix
< #    include <stdint.h>
< #  else
< typedef unsigned char                   uint8_t;
< typedef unsigned short                  uint16_t;
---
> #  include <stdint.h>
> #  ifdef _MSC_VER
> #   define IRMP_PACKED_STRUCT 
203a202
> #ifndef IRMP_PACKED_STRUCT
208a208
> #endif
216c216
< } IRMP_DATA;
---
> }  IRMP_DATA;
