ext/rfbint.h in rubyfb-0.5.5 vs ext/rfbint.h in rubyfb-0.5.6

- old
+ new

@@ -3,12 +3,12 @@ #ifdef OS_UNIX #include <inttypes.h> #else #ifndef __GNUC__ - typedef short int16_t; - typedef long int32_t; - typedef long long int64_t; +typedef short int16_t; +typedef long int32_t; +typedef long long int64_t; #endif #endif #endif /* RFB_INT_H */