diff --git a/src/libs/tjpgd/tjpgd.h b/src/libs/tjpgd/tjpgd.h index 9bee0d615..f1b578820 100644 --- a/src/libs/tjpgd/tjpgd.h +++ b/src/libs/tjpgd/tjpgd.h @@ -10,16 +10,7 @@ extern "C" { #include "tjpgdcnf.h" #include - -#if defined(_WIN32) /* VC++ or some compiler without stdint.h */ -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef short int16_t; -typedef unsigned long uint32_t; -typedef long int32_t; -#else /* Embedded platform */ #include -#endif #if JD_FASTDECODE >= 1 typedef int16_t jd_yuv_t;